Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-30581 (GCVE-0-2023-30581)
Vulnerability from cvelistv5 – Published: 2023-11-22 23:28 – Updated: 2025-11-03 21:48- CWE-862 - Missing Authorization
| Vendor | Product | Version | |
|---|---|---|---|
| NodeJS | Node |
Affected:
4.0 , < 4.*
(semver)
Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.20.1 (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.16.1 (semver) Affected: 19.0 , < 19.* (semver) Affected: 20.0 , < 20.3.1 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:48:01.028Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://nodejs.org/en/blog/vulnerability/june-2023-security-releases"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241101-0011/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-30581",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-06-05T14:18:07.496118Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-862",
"description": "CWE-862 Missing Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-06-05T14:19:27.519Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Node",
"vendor": "NodeJS",
"versions": [
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.*",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.20.1",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.16.1",
"status": "affected",
"version": "18.0",
"versionType": "semver"
},
{
"lessThan": "19.*",
"status": "affected",
"version": "19.0",
"versionType": "semver"
},
{
"lessThan": "20.3.1",
"status": "affected",
"version": "20.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js"
}
],
"providerMetadata": {
"dateUpdated": "2025-04-30T22:24:49.919Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://nodejs.org/en/blog/vulnerability/june-2023-security-releases"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2023-30581",
"datePublished": "2023-11-22T23:28:30.768Z",
"dateReserved": "2023-04-13T01:00:12.085Z",
"dateUpdated": "2025-11-03T21:48:01.028Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-30581",
"date": "2026-05-30",
"epss": "0.00018",
"percentile": "0.05209"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-30581\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2023-11-23T00:15:07.980\",\"lastModified\":\"2025-11-03T22:16:09.510\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\\n\\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js\"},{\"lang\":\"es\",\"value\":\"El uso de __proto__ en process.mainModule.__proto__.require() puede omitir el mecanismo de pol\u00edticas y requerir m\u00f3dulos fuera de la definici\u00f3n de policy.json. Esta vulnerabilidad afecta a todos los usuarios que utilizan el mecanismo de pol\u00edtica experimental en todas las l\u00edneas de lanzamiento activas: v16, v18 y v20. Tenga en cuenta que en el momento en que se emiti\u00f3 este CVE, la pol\u00edtica era una caracter\u00edstica experimental de Node.js.\"}],\"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:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-862\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"16.0.0\",\"versionEndExcluding\":\"16.20.1\",\"matchCriteriaId\":\"C5D7BC2C-D9AF-4048-9D36-55BF7CB6632B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"18.0.0\",\"versionEndExcluding\":\"18.16.1\",\"matchCriteriaId\":\"5C30F3E9-6CB7-4616-824E-A97BB69FB7E3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"20.0.0\",\"versionEndExcluding\":\"20.3.1\",\"matchCriteriaId\":\"220A3D52-0B69-438A-B042-F19694CC63F1\"}]}]}],\"references\":[{\"url\":\"https://nodejs.org/en/blog/vulnerability/june-2023-security-releases\",\"source\":\"support@hackerone.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://nodejs.org/en/blog/vulnerability/june-2023-security-releases\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241101-0011/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/june-2023-security-releases\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241101-0011/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:48:01.028Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-30581\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-06-05T14:18:07.496118Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-862\", \"description\": \"CWE-862 Missing Authorization\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-05T14:19:19.818Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"NodeJS\", \"product\": \"Node\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"14.0\", \"lessThan\": \"14.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.20.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.16.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"19.0\", \"lessThan\": \"19.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"20.0\", \"lessThan\": \"20.3.1\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/june-2023-security-releases\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\\n\\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2025-04-30T22:24:49.919Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-30581\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:48:01.028Z\", \"dateReserved\": \"2023-04-13T01:00:12.085Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2023-11-22T23:28:30.768Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2023:2662-1
Vulnerability from csaf_suse - Published: 2023-06-27 18:26 - Updated: 2023-06-27 18:26| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.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 nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to version 18.16.1:\n\n- CVE-2023-30581: Fixed mainModule.__proto__ Bypass Experimental Policy Mechanism (bsc#1212574).\n- CVE-2023-30585: Fixed privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (bsc#1212579).\n- CVE-2023-30588: Fixed process interuption due to invalid Public Key information in x509 certificates (bsc#1212581).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via empty headers separated by CR (bsc#1212582).\n- CVE-2023-30590: Fixed DiffieHellman key generation after setting a private key (bsc#1212583).\n- CVE-2023-31124: Fixed cross compilation issue with AutoTools that does not set CARES_RANDOM_FILE (bsc#1211607).\n- CVE-2023-31130: Fixed buffer underwrite problem in ares_inet_net_pton() (bsc#1211606).\n- CVE-2023-31147: Fixed insufficient randomness in generation of DNS query IDs (bsc#1211605).\n- CVE-2023-32067: Fixed denial-of-service via 0-byte UDP payload (bsc#1211604).\n- CVE-2022-25881: Fixed a Regular Expression Denial of Service (bsc#1208744).\n\nBug fixes:\n\n- Increased the default timeout on unit tests from 2 to 20 minutes. This seems to have lead to build failures on some platforms, like s390x in Factory. (bsc#1211407)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2662,SUSE-SLE-Module-Web-Scripting-12-2023-2662",
"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-2023_2662-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2662-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232662-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2662-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015336.html"
},
{
"category": "self",
"summary": "SUSE Bug 1208744",
"url": "https://bugzilla.suse.com/1208744"
},
{
"category": "self",
"summary": "SUSE Bug 1211407",
"url": "https://bugzilla.suse.com/1211407"
},
{
"category": "self",
"summary": "SUSE Bug 1211604",
"url": "https://bugzilla.suse.com/1211604"
},
{
"category": "self",
"summary": "SUSE Bug 1211605",
"url": "https://bugzilla.suse.com/1211605"
},
{
"category": "self",
"summary": "SUSE Bug 1211606",
"url": "https://bugzilla.suse.com/1211606"
},
{
"category": "self",
"summary": "SUSE Bug 1211607",
"url": "https://bugzilla.suse.com/1211607"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212579",
"url": "https://bugzilla.suse.com/1212579"
},
{
"category": "self",
"summary": "SUSE Bug 1212581",
"url": "https://bugzilla.suse.com/1212581"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30585 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30585/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31130 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31147 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32067 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32067/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2023-06-27T18:26:44Z",
"generator": {
"date": "2023-06-27T18:26:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2662-1",
"initial_release_date": "2023-06-27T18:26:44Z",
"revision_history": [
{
"date": "2023-06-27T18:26:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-8.9.1.aarch64",
"product": {
"name": "corepack18-18.16.1-8.9.1.aarch64",
"product_id": "corepack18-18.16.1-8.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-8.9.1.aarch64",
"product": {
"name": "nodejs18-18.16.1-8.9.1.aarch64",
"product_id": "nodejs18-18.16.1-8.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-8.9.1.aarch64",
"product": {
"name": "nodejs18-devel-18.16.1-8.9.1.aarch64",
"product_id": "nodejs18-devel-18.16.1-8.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-8.9.1.aarch64",
"product": {
"name": "npm18-18.16.1-8.9.1.aarch64",
"product_id": "npm18-18.16.1-8.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-8.9.1.i586",
"product": {
"name": "corepack18-18.16.1-8.9.1.i586",
"product_id": "corepack18-18.16.1-8.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-8.9.1.i586",
"product": {
"name": "nodejs18-18.16.1-8.9.1.i586",
"product_id": "nodejs18-18.16.1-8.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-8.9.1.i586",
"product": {
"name": "nodejs18-devel-18.16.1-8.9.1.i586",
"product_id": "nodejs18-devel-18.16.1-8.9.1.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-8.9.1.i586",
"product": {
"name": "npm18-18.16.1-8.9.1.i586",
"product_id": "npm18-18.16.1-8.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.16.1-8.9.1.noarch",
"product": {
"name": "nodejs18-docs-18.16.1-8.9.1.noarch",
"product_id": "nodejs18-docs-18.16.1-8.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-8.9.1.ppc64le",
"product": {
"name": "corepack18-18.16.1-8.9.1.ppc64le",
"product_id": "corepack18-18.16.1-8.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-8.9.1.ppc64le",
"product": {
"name": "nodejs18-18.16.1-8.9.1.ppc64le",
"product_id": "nodejs18-18.16.1-8.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-8.9.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.16.1-8.9.1.ppc64le",
"product_id": "nodejs18-devel-18.16.1-8.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-8.9.1.ppc64le",
"product": {
"name": "npm18-18.16.1-8.9.1.ppc64le",
"product_id": "npm18-18.16.1-8.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-8.9.1.s390x",
"product": {
"name": "corepack18-18.16.1-8.9.1.s390x",
"product_id": "corepack18-18.16.1-8.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-8.9.1.s390x",
"product": {
"name": "nodejs18-18.16.1-8.9.1.s390x",
"product_id": "nodejs18-18.16.1-8.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-8.9.1.s390x",
"product": {
"name": "nodejs18-devel-18.16.1-8.9.1.s390x",
"product_id": "nodejs18-devel-18.16.1-8.9.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-8.9.1.s390x",
"product": {
"name": "npm18-18.16.1-8.9.1.s390x",
"product_id": "npm18-18.16.1-8.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-8.9.1.x86_64",
"product": {
"name": "corepack18-18.16.1-8.9.1.x86_64",
"product_id": "corepack18-18.16.1-8.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-8.9.1.x86_64",
"product": {
"name": "nodejs18-18.16.1-8.9.1.x86_64",
"product_id": "nodejs18-18.16.1-8.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-8.9.1.x86_64",
"product": {
"name": "nodejs18-devel-18.16.1-8.9.1.x86_64",
"product_id": "nodejs18-devel-18.16.1-8.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-8.9.1.x86_64",
"product": {
"name": "npm18-18.16.1-8.9.1.x86_64",
"product_id": "npm18-18.16.1-8.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64"
},
"product_reference": "nodejs18-18.16.1-8.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le"
},
"product_reference": "nodejs18-18.16.1-8.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x"
},
"product_reference": "nodejs18-18.16.1-8.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64"
},
"product_reference": "nodejs18-18.16.1-8.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64"
},
"product_reference": "nodejs18-devel-18.16.1-8.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.16.1-8.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x"
},
"product_reference": "nodejs18-devel-18.16.1-8.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64"
},
"product_reference": "nodejs18-devel-18.16.1-8.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.16.1-8.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch"
},
"product_reference": "nodejs18-docs-18.16.1-8.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64"
},
"product_reference": "npm18-18.16.1-8.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le"
},
"product_reference": "npm18-18.16.1-8.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x"
},
"product_reference": "npm18-18.16.1-8.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
},
"product_reference": "npm18-18.16.1-8.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-25881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25881"
}
],
"notes": [
{
"category": "general",
"text": "This affects versions of the package http-cache-semantics before 4.1.1. The issue can be exploited via malicious request header values sent to a server, when that server reads the cache policy from the request using this library.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25881",
"url": "https://www.suse.com/security/cve/CVE-2022-25881"
},
{
"category": "external",
"summary": "SUSE Bug 1208744 for CVE-2022-25881",
"url": "https://bugzilla.suse.com/1208744"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "important"
}
],
"title": "CVE-2022-25881"
},
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30585",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30585"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30585",
"url": "https://www.suse.com/security/cve/CVE-2023-30585"
},
{
"category": "external",
"summary": "SUSE Bug 1212579 for CVE-2023-30585",
"url": "https://bugzilla.suse.com/1212579"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30588"
}
],
"notes": [
{
"category": "general",
"text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30588",
"url": "https://www.suse.com/security/cve/CVE-2023-30588"
},
{
"category": "external",
"summary": "SUSE Bug 1212581 for CVE-2023-30588",
"url": "https://bugzilla.suse.com/1212581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31124"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31124",
"url": "https://www.suse.com/security/cve/CVE-2023-31124"
},
{
"category": "external",
"summary": "SUSE Bug 1211607 for CVE-2023-31124",
"url": "https://bugzilla.suse.com/1211607"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31130"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31130",
"url": "https://www.suse.com/security/cve/CVE-2023-31130"
},
{
"category": "external",
"summary": "SUSE Bug 1211606 for CVE-2023-31130",
"url": "https://bugzilla.suse.com/1211606"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31147"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31147",
"url": "https://www.suse.com/security/cve/CVE-2023-31147"
},
{
"category": "external",
"summary": "SUSE Bug 1211605 for CVE-2023-31147",
"url": "https://bugzilla.suse.com/1211605"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-32067",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32067"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32067",
"url": "https://www.suse.com/security/cve/CVE-2023-32067"
},
{
"category": "external",
"summary": "SUSE Bug 1211604 for CVE-2023-32067",
"url": "https://bugzilla.suse.com/1211604"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.16.1-8.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.16.1-8.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.16.1-8.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:26:44Z",
"details": "important"
}
],
"title": "CVE-2023-32067"
}
]
}
SUSE-SU-2023:2663-1
Vulnerability from csaf_suse - Published: 2023-06-27 18:27 - Updated: 2023-06-27 18:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.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 nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nUpdate to version 16.20.1:\n\n- CVE-2023-30581: Fixed mainModule.__proto__ Bypass Experimental Policy Mechanism (bsc#1212574).\n- CVE-2023-30585: Fixed privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (bsc#1212579).\n- CVE-2023-30588: Fixed process interuption due to invalid Public Key information in x509 certificates (bsc#1212581).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via empty headers separated by CR (bsc#1212582).\n- CVE-2023-30590: Fixed DiffieHellman key generation after setting a private key (bsc#1212583).\n- CVE-2023-31124: Fixed cross compilation issue with AutoTools that does not set CARES_RANDOM_FILE (bsc#1211607).\n- CVE-2023-31130: Fixed buffer underwrite problem in ares_inet_net_pton() (bsc#1211606).\n- CVE-2023-31147: Fixed insufficient randomness in generation of DNS query IDs (bsc#1211605).\n- CVE-2023-32067: Fixed denial-of-service via 0-byte UDP payload (bsc#1211604).\n \nBug fixes:\n\n- Increased the default timeout on unit tests from 2 to 20 minutes. This seems to have lead to build failures on some platforms, like s390x in Factory. (bsc#1211407)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2663,SUSE-SLE-Module-Web-Scripting-15-SP4-2023-2663,openSUSE-SLE-15.4-2023-2663",
"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-2023_2663-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2663-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232663-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2663-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015335.html"
},
{
"category": "self",
"summary": "SUSE Bug 1211407",
"url": "https://bugzilla.suse.com/1211407"
},
{
"category": "self",
"summary": "SUSE Bug 1211604",
"url": "https://bugzilla.suse.com/1211604"
},
{
"category": "self",
"summary": "SUSE Bug 1211605",
"url": "https://bugzilla.suse.com/1211605"
},
{
"category": "self",
"summary": "SUSE Bug 1211606",
"url": "https://bugzilla.suse.com/1211606"
},
{
"category": "self",
"summary": "SUSE Bug 1211607",
"url": "https://bugzilla.suse.com/1211607"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212579",
"url": "https://bugzilla.suse.com/1212579"
},
{
"category": "self",
"summary": "SUSE Bug 1212581",
"url": "https://bugzilla.suse.com/1212581"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30585 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30585/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31130 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31147 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32067 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32067/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2023-06-27T18:27:09Z",
"generator": {
"date": "2023-06-27T18:27:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2663-1",
"initial_release_date": "2023-06-27T18:27:09Z",
"revision_history": [
{
"date": "2023-06-27T18:27:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150400.3.21.1.aarch64",
"product": {
"name": "corepack16-16.20.1-150400.3.21.1.aarch64",
"product_id": "corepack16-16.20.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150400.3.21.1.aarch64",
"product": {
"name": "nodejs16-16.20.1-150400.3.21.1.aarch64",
"product_id": "nodejs16-16.20.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"product": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"product_id": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150400.3.21.1.aarch64",
"product": {
"name": "npm16-16.20.1-150400.3.21.1.aarch64",
"product_id": "npm16-16.20.1-150400.3.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150400.3.21.1.i586",
"product": {
"name": "corepack16-16.20.1-150400.3.21.1.i586",
"product_id": "corepack16-16.20.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150400.3.21.1.i586",
"product": {
"name": "nodejs16-16.20.1-150400.3.21.1.i586",
"product_id": "nodejs16-16.20.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150400.3.21.1.i586",
"product": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.i586",
"product_id": "nodejs16-devel-16.20.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150400.3.21.1.i586",
"product": {
"name": "npm16-16.20.1-150400.3.21.1.i586",
"product_id": "npm16-16.20.1-150400.3.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"product": {
"name": "nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"product_id": "nodejs16-docs-16.20.1-150400.3.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150400.3.21.1.ppc64le",
"product": {
"name": "corepack16-16.20.1-150400.3.21.1.ppc64le",
"product_id": "corepack16-16.20.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150400.3.21.1.ppc64le",
"product": {
"name": "nodejs16-16.20.1-150400.3.21.1.ppc64le",
"product_id": "nodejs16-16.20.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"product_id": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150400.3.21.1.ppc64le",
"product": {
"name": "npm16-16.20.1-150400.3.21.1.ppc64le",
"product_id": "npm16-16.20.1-150400.3.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150400.3.21.1.s390x",
"product": {
"name": "corepack16-16.20.1-150400.3.21.1.s390x",
"product_id": "corepack16-16.20.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150400.3.21.1.s390x",
"product": {
"name": "nodejs16-16.20.1-150400.3.21.1.s390x",
"product_id": "nodejs16-16.20.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"product": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"product_id": "nodejs16-devel-16.20.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150400.3.21.1.s390x",
"product": {
"name": "npm16-16.20.1-150400.3.21.1.s390x",
"product_id": "npm16-16.20.1-150400.3.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150400.3.21.1.x86_64",
"product": {
"name": "corepack16-16.20.1-150400.3.21.1.x86_64",
"product_id": "corepack16-16.20.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150400.3.21.1.x86_64",
"product": {
"name": "nodejs16-16.20.1-150400.3.21.1.x86_64",
"product_id": "nodejs16-16.20.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"product": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"product_id": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150400.3.21.1.x86_64",
"product": {
"name": "npm16-16.20.1-150400.3.21.1.x86_64",
"product_id": "npm16-16.20.1-150400.3.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp4"
}
}
},
{
"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": "nodejs16-16.20.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150400.3.21.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.20.1-150400.3.21.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "corepack16-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.20.1-150400.3.21.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "corepack16-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.20.1-150400.3.21.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "corepack16-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.20.1-150400.3.21.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "corepack16-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150400.3.21.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "nodejs16-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150400.3.21.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150400.3.21.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
},
"product_reference": "npm16-16.20.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30585",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30585"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30585",
"url": "https://www.suse.com/security/cve/CVE-2023-30585"
},
{
"category": "external",
"summary": "SUSE Bug 1212579 for CVE-2023-30585",
"url": "https://bugzilla.suse.com/1212579"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30588"
}
],
"notes": [
{
"category": "general",
"text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30588",
"url": "https://www.suse.com/security/cve/CVE-2023-30588"
},
{
"category": "external",
"summary": "SUSE Bug 1212581 for CVE-2023-30588",
"url": "https://bugzilla.suse.com/1212581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31124"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31124",
"url": "https://www.suse.com/security/cve/CVE-2023-31124"
},
{
"category": "external",
"summary": "SUSE Bug 1211607 for CVE-2023-31124",
"url": "https://bugzilla.suse.com/1211607"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31130"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31130",
"url": "https://www.suse.com/security/cve/CVE-2023-31130"
},
{
"category": "external",
"summary": "SUSE Bug 1211606 for CVE-2023-31130",
"url": "https://bugzilla.suse.com/1211606"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31147"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31147",
"url": "https://www.suse.com/security/cve/CVE-2023-31147"
},
{
"category": "external",
"summary": "SUSE Bug 1211605 for CVE-2023-31147",
"url": "https://bugzilla.suse.com/1211605"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-32067",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32067"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32067",
"url": "https://www.suse.com/security/cve/CVE-2023-32067"
},
{
"category": "external",
"summary": "SUSE Bug 1211604 for CVE-2023-32067",
"url": "https://bugzilla.suse.com/1211604"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:corepack16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:nodejs16-devel-16.20.1-150400.3.21.1.x86_64",
"openSUSE Leap 15.4:nodejs16-docs-16.20.1-150400.3.21.1.noarch",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.aarch64",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.ppc64le",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.s390x",
"openSUSE Leap 15.4:npm16-16.20.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-27T18:27:09Z",
"details": "important"
}
],
"title": "CVE-2023-32067"
}
]
}
SUSE-SU-2023:2669-1
Vulnerability from csaf_suse - Published: 2023-06-28 07:25 - Updated: 2023-06-28 07:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.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 nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to version 18.16.1:\n\n- CVE-2023-30581: Fixed mainModule.__proto__ Bypass Experimental Policy Mechanism (bsc#1212574).\n- CVE-2023-30585: Fixed privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (bsc#1212579).\n- CVE-2023-30588: Fixed process interuption due to invalid Public Key information in x509 certificates (bsc#1212581).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via empty headers separated by CR (bsc#1212582).\n- CVE-2023-30590: Fixed DiffieHellman key generation after setting a private key (bsc#1212583).\n- CVE-2023-31124: Fixed cross compilation issue with AutoTools that does not set CARES_RANDOM_FILE (bsc#1211607).\n- CVE-2023-31130: Fixed buffer underwrite problem in ares_inet_net_pton() (bsc#1211606).\n- CVE-2023-31147: Fixed insufficient randomness in generation of DNS query IDs (bsc#1211605).\n- CVE-2023-32067: Fixed denial-of-service via 0-byte UDP payload (bsc#1211604).\n- CVE-2022-25881: Fixed a Regular Expression Denial of Service (bsc#1208744).\n\nBug fixes:\n\n- Increased the default timeout on unit tests from 2 to 20 minutes. This seems to have lead to build failures on some platforms, like s390x in Factory. (bsc#1211407)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2669,SUSE-SLE-Module-Web-Scripting-15-SP4-2023-2669,SUSE-SLE-Module-Web-Scripting-15-SP5-2023-2669,openSUSE-SLE-15.4-2023-2669,openSUSE-SLE-15.5-2023-2669",
"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-2023_2669-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2669-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232669-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2669-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015346.html"
},
{
"category": "self",
"summary": "SUSE Bug 1208744",
"url": "https://bugzilla.suse.com/1208744"
},
{
"category": "self",
"summary": "SUSE Bug 1211407",
"url": "https://bugzilla.suse.com/1211407"
},
{
"category": "self",
"summary": "SUSE Bug 1211604",
"url": "https://bugzilla.suse.com/1211604"
},
{
"category": "self",
"summary": "SUSE Bug 1211605",
"url": "https://bugzilla.suse.com/1211605"
},
{
"category": "self",
"summary": "SUSE Bug 1211606",
"url": "https://bugzilla.suse.com/1211606"
},
{
"category": "self",
"summary": "SUSE Bug 1211607",
"url": "https://bugzilla.suse.com/1211607"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212579",
"url": "https://bugzilla.suse.com/1212579"
},
{
"category": "self",
"summary": "SUSE Bug 1212581",
"url": "https://bugzilla.suse.com/1212581"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30585 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30585/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31130 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31147 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32067 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32067/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2023-06-28T07:25:15Z",
"generator": {
"date": "2023-06-28T07:25:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2669-1",
"initial_release_date": "2023-06-28T07:25:15Z",
"revision_history": [
{
"date": "2023-06-28T07:25:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-150400.9.9.1.aarch64",
"product": {
"name": "corepack18-18.16.1-150400.9.9.1.aarch64",
"product_id": "corepack18-18.16.1-150400.9.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"product": {
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"product_id": "nodejs18-18.16.1-150400.9.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"product": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"product_id": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-150400.9.9.1.aarch64",
"product": {
"name": "npm18-18.16.1-150400.9.9.1.aarch64",
"product_id": "npm18-18.16.1-150400.9.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-150400.9.9.1.i586",
"product": {
"name": "corepack18-18.16.1-150400.9.9.1.i586",
"product_id": "corepack18-18.16.1-150400.9.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-150400.9.9.1.i586",
"product": {
"name": "nodejs18-18.16.1-150400.9.9.1.i586",
"product_id": "nodejs18-18.16.1-150400.9.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-150400.9.9.1.i586",
"product": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.i586",
"product_id": "nodejs18-devel-18.16.1-150400.9.9.1.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-150400.9.9.1.i586",
"product": {
"name": "npm18-18.16.1-150400.9.9.1.i586",
"product_id": "npm18-18.16.1-150400.9.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"product": {
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"product_id": "nodejs18-docs-18.16.1-150400.9.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-150400.9.9.1.ppc64le",
"product": {
"name": "corepack18-18.16.1-150400.9.9.1.ppc64le",
"product_id": "corepack18-18.16.1-150400.9.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"product": {
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"product_id": "nodejs18-18.16.1-150400.9.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"product_id": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-150400.9.9.1.ppc64le",
"product": {
"name": "npm18-18.16.1-150400.9.9.1.ppc64le",
"product_id": "npm18-18.16.1-150400.9.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-150400.9.9.1.s390x",
"product": {
"name": "corepack18-18.16.1-150400.9.9.1.s390x",
"product_id": "corepack18-18.16.1-150400.9.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-150400.9.9.1.s390x",
"product": {
"name": "nodejs18-18.16.1-150400.9.9.1.s390x",
"product_id": "nodejs18-18.16.1-150400.9.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"product": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"product_id": "nodejs18-devel-18.16.1-150400.9.9.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-150400.9.9.1.s390x",
"product": {
"name": "npm18-18.16.1-150400.9.9.1.s390x",
"product_id": "npm18-18.16.1-150400.9.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.16.1-150400.9.9.1.x86_64",
"product": {
"name": "corepack18-18.16.1-150400.9.9.1.x86_64",
"product_id": "corepack18-18.16.1-150400.9.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"product": {
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"product_id": "nodejs18-18.16.1-150400.9.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"product": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"product_id": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.16.1-150400.9.9.1.x86_64",
"product": {
"name": "npm18-18.16.1-150400.9.9.1.x86_64",
"product_id": "npm18-18.16.1-150400.9.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.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_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch"
},
"product_reference": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch"
},
"product_reference": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch"
},
"product_reference": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "corepack18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.16.1-150400.9.9.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch"
},
"product_reference": "nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.16.1-150400.9.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
},
"product_reference": "npm18-18.16.1-150400.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-25881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25881"
}
],
"notes": [
{
"category": "general",
"text": "This affects versions of the package http-cache-semantics before 4.1.1. The issue can be exploited via malicious request header values sent to a server, when that server reads the cache policy from the request using this library.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25881",
"url": "https://www.suse.com/security/cve/CVE-2022-25881"
},
{
"category": "external",
"summary": "SUSE Bug 1208744 for CVE-2022-25881",
"url": "https://bugzilla.suse.com/1208744"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "important"
}
],
"title": "CVE-2022-25881"
},
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30585",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30585"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30585",
"url": "https://www.suse.com/security/cve/CVE-2023-30585"
},
{
"category": "external",
"summary": "SUSE Bug 1212579 for CVE-2023-30585",
"url": "https://bugzilla.suse.com/1212579"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30588"
}
],
"notes": [
{
"category": "general",
"text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30588",
"url": "https://www.suse.com/security/cve/CVE-2023-30588"
},
{
"category": "external",
"summary": "SUSE Bug 1212581 for CVE-2023-30588",
"url": "https://bugzilla.suse.com/1212581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31124"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31124",
"url": "https://www.suse.com/security/cve/CVE-2023-31124"
},
{
"category": "external",
"summary": "SUSE Bug 1211607 for CVE-2023-31124",
"url": "https://bugzilla.suse.com/1211607"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31130"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31130",
"url": "https://www.suse.com/security/cve/CVE-2023-31130"
},
{
"category": "external",
"summary": "SUSE Bug 1211606 for CVE-2023-31130",
"url": "https://bugzilla.suse.com/1211606"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31147"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31147",
"url": "https://www.suse.com/security/cve/CVE-2023-31147"
},
{
"category": "external",
"summary": "SUSE Bug 1211605 for CVE-2023-31147",
"url": "https://bugzilla.suse.com/1211605"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-32067",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32067"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32067",
"url": "https://www.suse.com/security/cve/CVE-2023-32067"
},
{
"category": "external",
"summary": "SUSE Bug 1211604 for CVE-2023-32067",
"url": "https://bugzilla.suse.com/1211604"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.4:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.4:npm18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:corepack18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.16.1-150400.9.9.1.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.16.1-150400.9.9.1.noarch",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.aarch64",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.ppc64le",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.s390x",
"openSUSE Leap 15.5:npm18-18.16.1-150400.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-28T07:25:15Z",
"details": "important"
}
],
"title": "CVE-2023-32067"
}
]
}
SUSE-SU-2023:2861-1
Vulnerability from csaf_suse - Published: 2023-07-17 14:46 - Updated: 2023-07-17 14:46| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nUpdate to version 16.20.1:\n\n- CVE-2023-30581: Fixed mainModule.__proto__ Bypass Experimental Policy Mechanism (bsc#1212574).\n- CVE-2023-30585: Fixed privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (bsc#1212579).\n- CVE-2023-30588: Fixed process interuption due to invalid Public Key information in x509 certificates (bsc#1212581).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via empty headers separated by CR (bsc#1212582).\n- CVE-2023-30590: Fixed DiffieHellman key generation after setting a private key (bsc#1212583).\n- CVE-2023-31124: Fixed cross compilation issue with AutoTools that does not set CARES_RANDOM_FILE (bsc#1211607).\n- CVE-2023-31130: Fixed buffer underwrite problem in ares_inet_net_pton() (bsc#1211606).\n- CVE-2023-31147: Fixed insufficient randomness in generation of DNS query IDs (bsc#1211605).\n- CVE-2023-32067: Fixed denial-of-service via 0-byte UDP payload (bsc#1211604).\n \nBug fixes:\n\n- Increased the default timeout on unit tests from 2 to 20 minutes. This seems to have lead to build failures on some platforms, like s390x in Factory. (bsc#1211407)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2861,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2861,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2861,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2861,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2861,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2861,SUSE-Storage-7.1-2023-2861",
"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-2023_2861-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2861-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232861-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2861-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015510.html"
},
{
"category": "self",
"summary": "SUSE Bug 1211407",
"url": "https://bugzilla.suse.com/1211407"
},
{
"category": "self",
"summary": "SUSE Bug 1211604",
"url": "https://bugzilla.suse.com/1211604"
},
{
"category": "self",
"summary": "SUSE Bug 1211605",
"url": "https://bugzilla.suse.com/1211605"
},
{
"category": "self",
"summary": "SUSE Bug 1211606",
"url": "https://bugzilla.suse.com/1211606"
},
{
"category": "self",
"summary": "SUSE Bug 1211607",
"url": "https://bugzilla.suse.com/1211607"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212579",
"url": "https://bugzilla.suse.com/1212579"
},
{
"category": "self",
"summary": "SUSE Bug 1212581",
"url": "https://bugzilla.suse.com/1212581"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30585 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30585/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31130 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31147 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32067 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32067/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2023-07-17T14:46:32Z",
"generator": {
"date": "2023-07-17T14:46:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2861-1",
"initial_release_date": "2023-07-17T14:46:32Z",
"revision_history": [
{
"date": "2023-07-17T14:46:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150300.7.24.2.aarch64",
"product": {
"name": "corepack16-16.20.1-150300.7.24.2.aarch64",
"product_id": "corepack16-16.20.1-150300.7.24.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"product": {
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"product_id": "nodejs16-16.20.1-150300.7.24.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"product": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"product_id": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150300.7.24.2.aarch64",
"product": {
"name": "npm16-16.20.1-150300.7.24.2.aarch64",
"product_id": "npm16-16.20.1-150300.7.24.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150300.7.24.2.i586",
"product": {
"name": "corepack16-16.20.1-150300.7.24.2.i586",
"product_id": "corepack16-16.20.1-150300.7.24.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150300.7.24.2.i586",
"product": {
"name": "nodejs16-16.20.1-150300.7.24.2.i586",
"product_id": "nodejs16-16.20.1-150300.7.24.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150300.7.24.2.i586",
"product": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.i586",
"product_id": "nodejs16-devel-16.20.1-150300.7.24.2.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150300.7.24.2.i586",
"product": {
"name": "npm16-16.20.1-150300.7.24.2.i586",
"product_id": "npm16-16.20.1-150300.7.24.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"product": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"product_id": "nodejs16-docs-16.20.1-150300.7.24.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150300.7.24.2.ppc64le",
"product": {
"name": "corepack16-16.20.1-150300.7.24.2.ppc64le",
"product_id": "corepack16-16.20.1-150300.7.24.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150300.7.24.2.ppc64le",
"product": {
"name": "nodejs16-16.20.1-150300.7.24.2.ppc64le",
"product_id": "nodejs16-16.20.1-150300.7.24.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"product": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"product_id": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150300.7.24.2.ppc64le",
"product": {
"name": "npm16-16.20.1-150300.7.24.2.ppc64le",
"product_id": "npm16-16.20.1-150300.7.24.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150300.7.24.2.s390x",
"product": {
"name": "corepack16-16.20.1-150300.7.24.2.s390x",
"product_id": "corepack16-16.20.1-150300.7.24.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150300.7.24.2.s390x",
"product": {
"name": "nodejs16-16.20.1-150300.7.24.2.s390x",
"product_id": "nodejs16-16.20.1-150300.7.24.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"product": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"product_id": "nodejs16-devel-16.20.1-150300.7.24.2.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150300.7.24.2.s390x",
"product": {
"name": "npm16-16.20.1-150300.7.24.2.s390x",
"product_id": "npm16-16.20.1-150300.7.24.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.1-150300.7.24.2.x86_64",
"product": {
"name": "corepack16-16.20.1-150300.7.24.2.x86_64",
"product_id": "corepack16-16.20.1-150300.7.24.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"product": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"product_id": "nodejs16-16.20.1-150300.7.24.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"product": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"product_id": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.1-150300.7.24.2.x86_64",
"product": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64",
"product_id": "npm16-16.20.1-150300.7.24.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE 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_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.1-150300.7.24.2.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch"
},
"product_reference": "nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.1-150300.7.24.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64"
},
"product_reference": "npm16-16.20.1-150300.7.24.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30585",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30585"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30585",
"url": "https://www.suse.com/security/cve/CVE-2023-30585"
},
{
"category": "external",
"summary": "SUSE Bug 1212579 for CVE-2023-30585",
"url": "https://bugzilla.suse.com/1212579"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30588"
}
],
"notes": [
{
"category": "general",
"text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30588",
"url": "https://www.suse.com/security/cve/CVE-2023-30588"
},
{
"category": "external",
"summary": "SUSE Bug 1212581 for CVE-2023-30588",
"url": "https://bugzilla.suse.com/1212581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31124"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31124",
"url": "https://www.suse.com/security/cve/CVE-2023-31124"
},
{
"category": "external",
"summary": "SUSE Bug 1211607 for CVE-2023-31124",
"url": "https://bugzilla.suse.com/1211607"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31130"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31130",
"url": "https://www.suse.com/security/cve/CVE-2023-31130"
},
{
"category": "external",
"summary": "SUSE Bug 1211606 for CVE-2023-31130",
"url": "https://bugzilla.suse.com/1211606"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31147"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31147",
"url": "https://www.suse.com/security/cve/CVE-2023-31147"
},
{
"category": "external",
"summary": "SUSE Bug 1211605 for CVE-2023-31147",
"url": "https://bugzilla.suse.com/1211605"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-32067",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32067"
}
],
"notes": [
{
"category": "general",
"text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32067",
"url": "https://www.suse.com/security/cve/CVE-2023-32067"
},
{
"category": "external",
"summary": "SUSE Bug 1211604 for CVE-2023-32067",
"url": "https://bugzilla.suse.com/1211604"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:nodejs16-devel-16.20.1-150300.7.24.2.x86_64",
"SUSE Manager Server 4.2:nodejs16-docs-16.20.1-150300.7.24.2.noarch",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.ppc64le",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.s390x",
"SUSE Manager Server 4.2:npm16-16.20.1-150300.7.24.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-17T14:46:32Z",
"details": "important"
}
],
"title": "CVE-2023-32067"
}
]
}
SUSE-SU-2023:3306-1
Vulnerability from csaf_suse - Published: 2023-08-14 08:19 - Updated: 2023-08-14 08:19| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs14 fixes the following issues:\n\n- CVE-2023-32002: Fixed permissions policies bypass via Module._load (bsc#1214150).\n- CVE-2023-32006: Fixed permissions policies impersonation using module.constructor.createRequire() (bsc#1214156).\n- CVE-2023-32559: Fixed permissions policies bypass via process.binding (bsc#1214154).\n- CVE-2023-30581: Fixed mainModule.proto bypass (bsc#1212574).\n- CVE-2023-30590: Fixed missing DiffieHellman key generation (bsc#1212583).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via Empty headers separated by CR (bsc#1212582).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3306,SUSE-SLE-Module-Web-Scripting-12-2023-3306",
"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-2023_3306-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3306-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233306-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3306-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/031001.html"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE Bug 1214150",
"url": "https://bugzilla.suse.com/1214150"
},
{
"category": "self",
"summary": "SUSE Bug 1214154",
"url": "https://bugzilla.suse.com/1214154"
},
{
"category": "self",
"summary": "SUSE Bug 1214156",
"url": "https://bugzilla.suse.com/1214156"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32002 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32006 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32006/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32559/"
}
],
"title": "Security update for nodejs14",
"tracking": {
"current_release_date": "2023-08-14T08:19:17Z",
"generator": {
"date": "2023-08-14T08:19:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3306-1",
"initial_release_date": "2023-08-14T08:19:17Z",
"revision_history": [
{
"date": "2023-08-14T08:19:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-6.46.1.aarch64",
"product": {
"name": "corepack14-14.21.3-6.46.1.aarch64",
"product_id": "corepack14-14.21.3-6.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-6.46.1.aarch64",
"product": {
"name": "nodejs14-14.21.3-6.46.1.aarch64",
"product_id": "nodejs14-14.21.3-6.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-6.46.1.aarch64",
"product": {
"name": "nodejs14-devel-14.21.3-6.46.1.aarch64",
"product_id": "nodejs14-devel-14.21.3-6.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-6.46.1.aarch64",
"product": {
"name": "npm14-14.21.3-6.46.1.aarch64",
"product_id": "npm14-14.21.3-6.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-6.46.1.i586",
"product": {
"name": "corepack14-14.21.3-6.46.1.i586",
"product_id": "corepack14-14.21.3-6.46.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-6.46.1.i586",
"product": {
"name": "nodejs14-14.21.3-6.46.1.i586",
"product_id": "nodejs14-14.21.3-6.46.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-6.46.1.i586",
"product": {
"name": "nodejs14-devel-14.21.3-6.46.1.i586",
"product_id": "nodejs14-devel-14.21.3-6.46.1.i586"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-6.46.1.i586",
"product": {
"name": "npm14-14.21.3-6.46.1.i586",
"product_id": "npm14-14.21.3-6.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs14-docs-14.21.3-6.46.1.noarch",
"product": {
"name": "nodejs14-docs-14.21.3-6.46.1.noarch",
"product_id": "nodejs14-docs-14.21.3-6.46.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-6.46.1.ppc64le",
"product": {
"name": "corepack14-14.21.3-6.46.1.ppc64le",
"product_id": "corepack14-14.21.3-6.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-6.46.1.ppc64le",
"product": {
"name": "nodejs14-14.21.3-6.46.1.ppc64le",
"product_id": "nodejs14-14.21.3-6.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-6.46.1.ppc64le",
"product": {
"name": "nodejs14-devel-14.21.3-6.46.1.ppc64le",
"product_id": "nodejs14-devel-14.21.3-6.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-6.46.1.ppc64le",
"product": {
"name": "npm14-14.21.3-6.46.1.ppc64le",
"product_id": "npm14-14.21.3-6.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-6.46.1.s390x",
"product": {
"name": "corepack14-14.21.3-6.46.1.s390x",
"product_id": "corepack14-14.21.3-6.46.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-6.46.1.s390x",
"product": {
"name": "nodejs14-14.21.3-6.46.1.s390x",
"product_id": "nodejs14-14.21.3-6.46.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-6.46.1.s390x",
"product": {
"name": "nodejs14-devel-14.21.3-6.46.1.s390x",
"product_id": "nodejs14-devel-14.21.3-6.46.1.s390x"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-6.46.1.s390x",
"product": {
"name": "npm14-14.21.3-6.46.1.s390x",
"product_id": "npm14-14.21.3-6.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-6.46.1.x86_64",
"product": {
"name": "corepack14-14.21.3-6.46.1.x86_64",
"product_id": "corepack14-14.21.3-6.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-6.46.1.x86_64",
"product": {
"name": "nodejs14-14.21.3-6.46.1.x86_64",
"product_id": "nodejs14-14.21.3-6.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-6.46.1.x86_64",
"product": {
"name": "nodejs14-devel-14.21.3-6.46.1.x86_64",
"product_id": "nodejs14-devel-14.21.3-6.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-6.46.1.x86_64",
"product": {
"name": "npm14-14.21.3-6.46.1.x86_64",
"product_id": "npm14-14.21.3-6.46.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-6.46.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-6.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-6.46.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-6.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-6.46.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x"
},
"product_reference": "nodejs14-14.21.3-6.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-6.46.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-6.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-6.46.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-6.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-6.46.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-6.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-6.46.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-6.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-6.46.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-6.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-6.46.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-6.46.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-6.46.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64"
},
"product_reference": "npm14-14.21.3-6.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-6.46.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le"
},
"product_reference": "npm14-14.21.3-6.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-6.46.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x"
},
"product_reference": "npm14-14.21.3-6.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-6.46.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
},
"product_reference": "npm14-14.21.3-6.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-32002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32002"
}
],
"notes": [
{
"category": "general",
"text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32002",
"url": "https://www.suse.com/security/cve/CVE-2023-32002"
},
{
"category": "external",
"summary": "SUSE Bug 1214150 for CVE-2023-32002",
"url": "https://bugzilla.suse.com/1214150"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32006"
}
],
"notes": [
{
"category": "general",
"text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32006",
"url": "https://www.suse.com/security/cve/CVE-2023-32006"
},
{
"category": "external",
"summary": "SUSE Bug 1214156 for CVE-2023-32006",
"url": "https://bugzilla.suse.com/1214156"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.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:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32559"
}
],
"notes": [
{
"category": "general",
"text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32559",
"url": "https://www.suse.com/security/cve/CVE-2023-32559"
},
{
"category": "external",
"summary": "SUSE Bug 1214154 for CVE-2023-32559",
"url": "https://bugzilla.suse.com/1214154"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.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:nodejs14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.21.3-6.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.21.3-6.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.21.3-6.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-14T08:19:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-32559"
}
]
}
SUSE-SU-2023:3408-1
Vulnerability from csaf_suse - Published: 2023-08-23 18:11 - Updated: 2023-08-23 18:11| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs14 fixes the following issues:\n\n- CVE-2023-32002: Fixed permissions policies bypass via Module._load (bsc#1214150).\n- CVE-2023-32006: Fixed permissions policies impersonation using module.constructor.createRequire() (bsc#1214156).\n- CVE-2023-32559: Fixed permissions policies bypass via process.binding (bsc#1214154).\n- CVE-2023-30581: Fixed mainModule.proto bypass (bsc#1212574).\n- CVE-2023-30590: Fixed missing DiffieHellman key generation (bsc#1212583).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via Empty headers separated by CR (bsc#1212582).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3408,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3408,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3408,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3408,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3408,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3408,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3408,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3408,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3408,SUSE-Storage-7.1-2023-3408,openSUSE-SLE-15.4-2023-3408",
"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-2023_3408-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3408-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233408-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3408-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016002.html"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE Bug 1214150",
"url": "https://bugzilla.suse.com/1214150"
},
{
"category": "self",
"summary": "SUSE Bug 1214154",
"url": "https://bugzilla.suse.com/1214154"
},
{
"category": "self",
"summary": "SUSE Bug 1214156",
"url": "https://bugzilla.suse.com/1214156"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32002 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32006 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32006/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32559/"
}
],
"title": "Security update for nodejs14",
"tracking": {
"current_release_date": "2023-08-23T18:11:57Z",
"generator": {
"date": "2023-08-23T18:11:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3408-1",
"initial_release_date": "2023-08-23T18:11:57Z",
"revision_history": [
{
"date": "2023-08-23T18:11:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.49.1.aarch64",
"product": {
"name": "corepack14-14.21.3-150200.15.49.1.aarch64",
"product_id": "corepack14-14.21.3-150200.15.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"product": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"product_id": "nodejs14-14.21.3-150200.15.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"product_id": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.49.1.aarch64",
"product": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64",
"product_id": "npm14-14.21.3-150200.15.49.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.49.1.i586",
"product": {
"name": "corepack14-14.21.3-150200.15.49.1.i586",
"product_id": "corepack14-14.21.3-150200.15.49.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.49.1.i586",
"product": {
"name": "nodejs14-14.21.3-150200.15.49.1.i586",
"product_id": "nodejs14-14.21.3-150200.15.49.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.49.1.i586",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.i586",
"product_id": "nodejs14-devel-14.21.3-150200.15.49.1.i586"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.49.1.i586",
"product": {
"name": "npm14-14.21.3-150200.15.49.1.i586",
"product_id": "npm14-14.21.3-150200.15.49.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"product": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"product_id": "nodejs14-docs-14.21.3-150200.15.49.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.49.1.ppc64le",
"product": {
"name": "corepack14-14.21.3-150200.15.49.1.ppc64le",
"product_id": "corepack14-14.21.3-150200.15.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"product": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"product_id": "nodejs14-14.21.3-150200.15.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"product_id": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.49.1.ppc64le",
"product": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le",
"product_id": "npm14-14.21.3-150200.15.49.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.49.1.s390x",
"product": {
"name": "corepack14-14.21.3-150200.15.49.1.s390x",
"product_id": "corepack14-14.21.3-150200.15.49.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.49.1.s390x",
"product": {
"name": "nodejs14-14.21.3-150200.15.49.1.s390x",
"product_id": "nodejs14-14.21.3-150200.15.49.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"product_id": "nodejs14-devel-14.21.3-150200.15.49.1.s390x"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.49.1.s390x",
"product": {
"name": "npm14-14.21.3-150200.15.49.1.s390x",
"product_id": "npm14-14.21.3-150200.15.49.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.49.1.x86_64",
"product": {
"name": "corepack14-14.21.3-150200.15.49.1.x86_64",
"product_id": "corepack14-14.21.3-150200.15.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"product": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"product_id": "nodejs14-14.21.3-150200.15.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"product_id": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.49.1.x86_64",
"product": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64",
"product_id": "npm14-14.21.3-150200.15.49.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE 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_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_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": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack14-14.21.3-150200.15.49.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "corepack14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack14-14.21.3-150200.15.49.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "corepack14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack14-14.21.3-150200.15.49.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "corepack14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack14-14.21.3-150200.15.49.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "corepack14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.49.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.49.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.49.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.49.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-32002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32002"
}
],
"notes": [
{
"category": "general",
"text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32002",
"url": "https://www.suse.com/security/cve/CVE-2023-32002"
},
{
"category": "external",
"summary": "SUSE Bug 1214150 for CVE-2023-32002",
"url": "https://bugzilla.suse.com/1214150"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32006"
}
],
"notes": [
{
"category": "general",
"text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32006",
"url": "https://www.suse.com/security/cve/CVE-2023-32006"
},
{
"category": "external",
"summary": "SUSE Bug 1214156 for CVE-2023-32006",
"url": "https://bugzilla.suse.com/1214156"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.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 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32559"
}
],
"notes": [
{
"category": "general",
"text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32559",
"url": "https://www.suse.com/security/cve/CVE-2023-32559"
},
{
"category": "external",
"summary": "SUSE Bug 1214154 for CVE-2023-32559",
"url": "https://bugzilla.suse.com/1214154"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.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 7.1:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"SUSE Manager Server 4.2:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.ppc64le",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.s390x",
"SUSE Manager Server 4.2:npm14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:corepack14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:nodejs14-devel-14.21.3-150200.15.49.1.x86_64",
"openSUSE Leap 15.4:nodejs14-docs-14.21.3-150200.15.49.1.noarch",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.aarch64",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.ppc64le",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.s390x",
"openSUSE Leap 15.4:npm14-14.21.3-150200.15.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-23T18:11:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-32559"
}
]
}
SUSE-SU-2023:3455-1
Vulnerability from csaf_suse - Published: 2023-08-28 12:12 - Updated: 2023-08-28 12:12| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.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-2023-23918: Fixed permissions policies bypass via process.mainModule (bsc#1208481).\n- CVE-2023-32002: Fixed permissions policies bypass via Module._load (bsc#1214150).\n- CVE-2023-32006: Fixed permissions policies impersonation using module.constructor.createRequire() (bsc#1214156).\n- CVE-2023-32559: Fixed permissions policies bypass via process.binding (bsc#1214154).\n- CVE-2023-30581: Fixed mainModule.proto bypass (bsc#1212574).\n- CVE-2023-30590: Fixed missing DiffieHellman key generation (bsc#1212583).\n- CVE-2023-30589: Fixed HTTP Request Smuggling via Empty headers separated by CR (bsc#1212582).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3455,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3455,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3455,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3455,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3455,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3455,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3455,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3455,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3455,SUSE-Storage-7-2023-3455,SUSE-Storage-7.1-2023-3455,openSUSE-SLE-15.4-2023-3455",
"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-2023_3455-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3455-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233455-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3455-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/031219.html"
},
{
"category": "self",
"summary": "SUSE Bug 1208481",
"url": "https://bugzilla.suse.com/1208481"
},
{
"category": "self",
"summary": "SUSE Bug 1212574",
"url": "https://bugzilla.suse.com/1212574"
},
{
"category": "self",
"summary": "SUSE Bug 1212582",
"url": "https://bugzilla.suse.com/1212582"
},
{
"category": "self",
"summary": "SUSE Bug 1212583",
"url": "https://bugzilla.suse.com/1212583"
},
{
"category": "self",
"summary": "SUSE Bug 1214150",
"url": "https://bugzilla.suse.com/1214150"
},
{
"category": "self",
"summary": "SUSE Bug 1214154",
"url": "https://bugzilla.suse.com/1214154"
},
{
"category": "self",
"summary": "SUSE Bug 1214156",
"url": "https://bugzilla.suse.com/1214156"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23918 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30581 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30589 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-30590 page",
"url": "https://www.suse.com/security/cve/CVE-2023-30590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32002 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32006 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32006/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32559/"
}
],
"title": "Security update for nodejs12",
"tracking": {
"current_release_date": "2023-08-28T12:12:56Z",
"generator": {
"date": "2023-08-28T12:12:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3455-1",
"initial_release_date": "2023-08-28T12:12:56Z",
"revision_history": [
{
"date": "2023-08-28T12:12:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"product": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"product_id": "nodejs12-12.22.12-150200.4.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"product_id": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.50.1.aarch64",
"product": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64",
"product_id": "npm12-12.22.12-150200.4.50.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.50.1.i586",
"product": {
"name": "nodejs12-12.22.12-150200.4.50.1.i586",
"product_id": "nodejs12-12.22.12-150200.4.50.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.50.1.i586",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.i586",
"product_id": "nodejs12-devel-12.22.12-150200.4.50.1.i586"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.50.1.i586",
"product": {
"name": "npm12-12.22.12-150200.4.50.1.i586",
"product_id": "npm12-12.22.12-150200.4.50.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"product": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"product_id": "nodejs12-docs-12.22.12-150200.4.50.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"product": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"product_id": "nodejs12-12.22.12-150200.4.50.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"product_id": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.50.1.ppc64le",
"product": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le",
"product_id": "npm12-12.22.12-150200.4.50.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.50.1.s390x",
"product": {
"name": "nodejs12-12.22.12-150200.4.50.1.s390x",
"product_id": "nodejs12-12.22.12-150200.4.50.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"product_id": "nodejs12-devel-12.22.12-150200.4.50.1.s390x"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.50.1.s390x",
"product": {
"name": "npm12-12.22.12-150200.4.50.1.s390x",
"product_id": "npm12-12.22.12-150200.4.50.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"product": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"product_id": "nodejs12-12.22.12-150200.4.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"product_id": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.50.1.x86_64",
"product": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64",
"product_id": "npm12-12.22.12-150200.4.50.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE 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_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": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_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": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.50.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.50.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.50.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.50.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-23918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23918"
}
],
"notes": [
{
"category": "general",
"text": "A privilege escalation vulnerability exists in Node.js \u003c19.6.1, \u003c18.14.1, \u003c16.19.1 and \u003c14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23918",
"url": "https://www.suse.com/security/cve/CVE-2023-23918"
},
{
"category": "external",
"summary": "SUSE Bug 1208481 for CVE-2023-23918",
"url": "https://bugzilla.suse.com/1208481"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-23918"
},
{
"cve": "CVE-2023-30581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30581"
}
],
"notes": [
{
"category": "general",
"text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30581",
"url": "https://www.suse.com/security/cve/CVE-2023-30581"
},
{
"category": "external",
"summary": "SUSE Bug 1212574 for CVE-2023-30581",
"url": "https://bugzilla.suse.com/1212574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "important"
}
],
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30589"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30589",
"url": "https://www.suse.com/security/cve/CVE-2023-30589"
},
{
"category": "external",
"summary": "SUSE Bug 1212582 for CVE-2023-30589",
"url": "https://bugzilla.suse.com/1212582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-30590"
}
],
"notes": [
{
"category": "general",
"text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-30590",
"url": "https://www.suse.com/security/cve/CVE-2023-30590"
},
{
"category": "external",
"summary": "SUSE Bug 1212583 for CVE-2023-30590",
"url": "https://bugzilla.suse.com/1212583"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-32002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32002"
}
],
"notes": [
{
"category": "general",
"text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32002",
"url": "https://www.suse.com/security/cve/CVE-2023-32002"
},
{
"category": "external",
"summary": "SUSE Bug 1214150 for CVE-2023-32002",
"url": "https://bugzilla.suse.com/1214150"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32006"
}
],
"notes": [
{
"category": "general",
"text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32006",
"url": "https://www.suse.com/security/cve/CVE-2023-32006"
},
{
"category": "external",
"summary": "SUSE Bug 1214156 for CVE-2023-32006",
"url": "https://bugzilla.suse.com/1214156"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.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 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32559"
}
],
"notes": [
{
"category": "general",
"text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32559",
"url": "https://www.suse.com/security/cve/CVE-2023-32559"
},
{
"category": "external",
"summary": "SUSE Bug 1214154 for CVE-2023-32559",
"url": "https://bugzilla.suse.com/1214154"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.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 7.1:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"SUSE Manager Server 4.2:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.ppc64le",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.s390x",
"SUSE Manager Server 4.2:npm12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:nodejs12-devel-12.22.12-150200.4.50.1.x86_64",
"openSUSE Leap 15.4:nodejs12-docs-12.22.12-150200.4.50.1.noarch",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.aarch64",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.ppc64le",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.s390x",
"openSUSE Leap 15.4:npm12-12.22.12-150200.4.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-28T12:12:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-32559"
}
]
}
WID-SEC-W-2023-1523
Vulnerability from csaf_certbund - Published: 2023-06-20 22:00 - Updated: 2024-09-15 22:00In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <v20.3.1
Open Source / Node.js
|
<v20.3.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v18.16.1
Open Source / Node.js
|
<v18.16.1 | ||
|
Open Source Node.js <v16.20.1
Open Source / Node.js
|
<v16.20.1 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\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-2023-1523 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1523.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1523 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1523"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2024-106 vom 2024-01-30",
"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2024-106/index.html"
},
{
"category": "external",
"summary": "NodeJS Security Release vom 2023-06-20",
"url": "https://nodejs.org/en/blog/vulnerability/june-2023-security-releases"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2663-1 vom 2023-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015335.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2662-1 vom 2023-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015336.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2655-1 vom 2023-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015328.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2669-1 vom 2023-06-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015346.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-6B866FBE84 vom 2023-07-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-6b866fbe84"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-61E40652BE vom 2023-07-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-61e40652be"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-608A1417D3 vom 2023-07-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-608a1417d3"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-CDDDCE304A vom 2023-07-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-cdddce304a"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2861-1 vom 2023-07-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015510.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-AD76DEB86E vom 2023-07-31",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-ad76deb86e"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-F75AF676F2 vom 2023-07-31",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-f75af676f2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4330 vom 2023-07-31",
"url": "https://access.redhat.com/errata/RHSA-2023:4330"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4331 vom 2023-07-31",
"url": "https://access.redhat.com/errata/RHSA-2023:4331"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4330 vom 2023-08-02",
"url": "https://linux.oracle.com/errata/ELSA-2023-4330.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4536 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4537 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4537"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4537 vom 2023-08-10",
"url": "https://linux.oracle.com/errata/ELSA-2023-4537.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4536 vom 2023-08-10",
"url": "https://linux.oracle.com/errata/ELSA-2023-4536.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4331 vom 2023-08-10",
"url": "https://oss.oracle.com/pipermail/el-errata/2023-August/014291.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3306-1 vom 2023-08-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3356-1 vom 2023-08-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015959.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3408-1 vom 2023-08-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016002.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3455-1 vom 2023-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016038.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5589 vom 2023-12-28",
"url": "https://lists.debian.org/debian-security-announce/2023/msg00286.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7039262 vom 2023-09-26",
"url": "https://www.ibm.com/support/pages/node/7039262"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5361 vom 2023-09-26",
"url": "https://access.redhat.com/errata/RHSA-2023:5361"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5533 vom 2023-10-09",
"url": "https://access.redhat.com/errata/RHSA-2023:5533"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-004 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-004-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3776 vom 2024-03-27",
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6735-1 vom 2024-04-16",
"url": "https://ubuntu.com/security/notices/USN-6735-1"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202405-29 vom 2024-05-08",
"url": "https://security.gentoo.org/glsa/202405-29"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3886 vom 2024-09-14",
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00029.html"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-09-15T22:00:00.000+00:00",
"generator": {
"date": "2024-09-16T12:08:06.722+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.6"
}
},
"id": "WID-SEC-W-2023-1523",
"initial_release_date": "2023-06-20T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-20T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-06-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-06-28T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-07-12T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Fedora und Open Source aufgenommen"
},
{
"date": "2023-07-17T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-07-30T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-07-31T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2023-08-01T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-08-08T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-09T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-08-10T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-08-14T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-20T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-28T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-09-25T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-09-26T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-09T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-12-27T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-01-29T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-26T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-09T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-09-15T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "25"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T017562",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cv20.3.1",
"product": {
"name": "Open Source Node.js \u003cv20.3.1",
"product_id": "T028221"
}
},
{
"category": "product_version",
"name": "v20.3.1",
"product": {
"name": "Open Source Node.js v20.3.1",
"product_id": "T028221-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v20.3.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv18.16.1",
"product": {
"name": "Open Source Node.js \u003cv18.16.1",
"product_id": "T028222"
}
},
{
"category": "product_version",
"name": "v18.16.1",
"product": {
"name": "Open Source Node.js v18.16.1",
"product_id": "T028222-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v18.16.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv16.20.1",
"product": {
"name": "Open Source Node.js \u003cv16.20.1",
"product_id": "T028223"
}
},
{
"category": "product_version",
"name": "v16.20.1",
"product": {
"name": "Open Source Node.js v16.20.1",
"product_id": "T028223-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v16.20.1"
}
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30581",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30582",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30582"
},
{
"cve": "CVE-2023-30583",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30583"
},
{
"cve": "CVE-2023-30584",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30584"
},
{
"cve": "CVE-2023-30585",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30586",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30586"
},
{
"cve": "CVE-2023-30587",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30587"
},
{
"cve": "CVE-2023-30588",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen in verschiedenen Komponenten. Betroffen sind unter anderem kryptografische Funktionen und die Berechtigungsvergabe. Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, Dateien zu manipulieren, einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen."
}
],
"product_status": {
"known_affected": [
"T028221",
"67646",
"T015632",
"T012167",
"T015631",
"T004914",
"74185",
"T017562",
"2951",
"T002207",
"T000126",
"T019704",
"T028222",
"T028223"
]
},
"release_date": "2023-06-20T22:00:00.000+00:00",
"title": "CVE-2023-30590"
}
]
}
WID-SEC-W-2023-2917
Vulnerability from csaf_certbund - Published: 2023-11-14 23:00 - Updated: 2025-09-03 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
{
"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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-2917 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2917 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-021",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-09-03T22:00:00.000+00:00",
"generator": {
"date": "2025-09-04T06:26:09.420+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-2917",
"initial_release_date": "2023-11-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-11-16T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-28T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-30T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-11-07T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "9",
"summary": "Referenz(en) aufgenommen: EUVD-2023-44310"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
},
{
"category": "product_version",
"name": "v2 / Windows 10",
"product": {
"name": "Xerox FreeFlow Print Server v2 / Windows 10",
"product_id": "T031383",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-5715",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2017-5715"
},
{
"cve": "CVE-2018-3639",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2018-3639"
},
{
"cve": "CVE-2021-44917",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-44917"
},
{
"cve": "CVE-2021-46784",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-46784"
},
{
"cve": "CVE-2022-31008",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-31008"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-41409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-41409"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48338",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48338"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2022-4899",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-4899"
},
{
"cve": "CVE-2023-0049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0288",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0465",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0666"
},
{
"cve": "CVE-2023-0668",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0668"
},
{
"cve": "CVE-2023-1127",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1393",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1393"
},
{
"cve": "CVE-2023-1906",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1906"
},
{
"cve": "CVE-2023-1981",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1981"
},
{
"cve": "CVE-2023-2004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2004"
},
{
"cve": "CVE-2023-22025",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22025"
},
{
"cve": "CVE-2023-22043",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22043"
},
{
"cve": "CVE-2023-22067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22067"
},
{
"cve": "CVE-2023-22081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22081"
},
{
"cve": "CVE-2023-22128",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22128"
},
{
"cve": "CVE-2023-22129",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22129"
},
{
"cve": "CVE-2023-23914",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-23915",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23916",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24805",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24805"
},
{
"cve": "CVE-2023-25193",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-2650",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27985",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27985"
},
{
"cve": "CVE-2023-27986",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27986"
},
{
"cve": "CVE-2023-2828",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28319",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28319"
},
{
"cve": "CVE-2023-28320",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28450",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28450"
},
{
"cve": "CVE-2023-2854",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2854"
},
{
"cve": "CVE-2023-2855",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2855"
},
{
"cve": "CVE-2023-2857",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2857"
},
{
"cve": "CVE-2023-2858",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2858"
},
{
"cve": "CVE-2023-2879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2879"
},
{
"cve": "CVE-2023-28879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28879"
},
{
"cve": "CVE-2023-2911",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2911"
},
{
"cve": "CVE-2023-29402",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29403"
},
{
"cve": "CVE-2023-29404",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29404"
},
{
"cve": "CVE-2023-29405",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29405"
},
{
"cve": "CVE-2023-29406",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-29491",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29491"
},
{
"cve": "CVE-2023-29499",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29499"
},
{
"cve": "CVE-2023-30581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30582",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30582"
},
{
"cve": "CVE-2023-30583",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30583"
},
{
"cve": "CVE-2023-30584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30584"
},
{
"cve": "CVE-2023-30585",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30586",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30586"
},
{
"cve": "CVE-2023-30587",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30587"
},
{
"cve": "CVE-2023-30588",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31122",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-31124",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-3138",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31484",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-31486",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31486"
},
{
"cve": "CVE-2023-3195",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3195"
},
{
"cve": "CVE-2023-32002",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32003",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32003"
},
{
"cve": "CVE-2023-32004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32004"
},
{
"cve": "CVE-2023-32005",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32005"
},
{
"cve": "CVE-2023-32006",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32067"
},
{
"cve": "CVE-2023-3247",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3247"
},
{
"cve": "CVE-2023-32558",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32558"
},
{
"cve": "CVE-2023-32559",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32559"
},
{
"cve": "CVE-2023-32573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32573"
},
{
"cve": "CVE-2023-32611",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32611"
},
{
"cve": "CVE-2023-32636",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32636"
},
{
"cve": "CVE-2023-32643",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32643"
},
{
"cve": "CVE-2023-32665",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32665"
},
{
"cve": "CVE-2023-32681",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32681"
},
{
"cve": "CVE-2023-32762",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32762"
},
{
"cve": "CVE-2023-32763",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32763"
},
{
"cve": "CVE-2023-34241",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34241"
},
{
"cve": "CVE-2023-34969",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34969"
},
{
"cve": "CVE-2023-36053",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36053"
},
{
"cve": "CVE-2023-36191",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36191"
},
{
"cve": "CVE-2023-3666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3666"
},
{
"cve": "CVE-2023-36664",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36664"
},
{
"cve": "CVE-2023-37201",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37201"
},
{
"cve": "CVE-2023-37202",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37202"
},
{
"cve": "CVE-2023-37207",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37207"
},
{
"cve": "CVE-2023-37208",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37208"
},
{
"cve": "CVE-2023-37211",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37211"
},
{
"cve": "CVE-2023-3823",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3824"
},
{
"cve": "CVE-2023-38403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-38403"
},
{
"cve": "CVE-2023-4045",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4045"
},
{
"cve": "CVE-2023-4046",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4046"
},
{
"cve": "CVE-2023-4047",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4047"
},
{
"cve": "CVE-2023-40477",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-40477"
},
{
"cve": "CVE-2023-4048",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4048"
},
{
"cve": "CVE-2023-4049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4049"
},
{
"cve": "CVE-2023-4050",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4050"
},
{
"cve": "CVE-2023-4054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4054"
},
{
"cve": "CVE-2023-4055",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4055"
},
{
"cve": "CVE-2023-4056",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4056"
},
{
"cve": "CVE-2023-41080",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41080"
},
{
"cve": "CVE-2023-41081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41081"
},
{
"cve": "CVE-2023-43622",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-43622"
},
{
"cve": "CVE-2023-4504",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4504"
},
{
"cve": "CVE-2023-4573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4573"
},
{
"cve": "CVE-2023-4574",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4574"
},
{
"cve": "CVE-2023-4575",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4575"
},
{
"cve": "CVE-2023-4576",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4576"
},
{
"cve": "CVE-2023-45802",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-45802"
},
{
"cve": "CVE-2023-4581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4581"
},
{
"cve": "CVE-2023-4584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4584"
}
]
}
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.