Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-21637 (GCVE-0-2026-21637)
Vulnerability from cvelistv5 – Published: 2026-01-20 20:41 – Updated: 2026-01-21 20:22
VLAI
EPSS
Summary
A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.
Severity
5.9 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
1 reference
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| nodejs | node |
Affected:
20.19.6 , ≤ 20.19.6
(semver)
Affected: 22.21.1 , ≤ 22.21.1 (semver) Affected: 24.12.0 , ≤ 24.12.0 (semver) Affected: 25.2.1 , ≤ 25.2.1 (semver) Affected: 4.0 , < 4.* (semver) Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.* (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.* (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-21637",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-21T20:22:28.525038Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-21T20:22:51.033Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "node",
"vendor": "nodejs",
"versions": [
{
"lessThanOrEqual": "20.19.6",
"status": "affected",
"version": "20.19.6",
"versionType": "semver"
},
{
"lessThanOrEqual": "22.21.1",
"status": "affected",
"version": "22.21.1",
"versionType": "semver"
},
{
"lessThanOrEqual": "24.12.0",
"status": "affected",
"version": "24.12.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "25.2.1",
"status": "affected",
"version": "25.2.1",
"versionType": "semver"
},
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.*",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.*",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.*",
"status": "affected",
"version": "18.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped."
}
],
"metrics": [
{
"cvssV3_0": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-20T20:41:55.352Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2026-21637",
"datePublished": "2026-01-20T20:41:55.352Z",
"dateReserved": "2026-01-01T15:00:02.339Z",
"dateUpdated": "2026-01-21T20:22:51.033Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-21637",
"date": "2026-06-17",
"epss": "0.01056",
"percentile": "0.59969"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-21637\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2026-01-20T21:16:05.950\",\"lastModified\":\"2026-01-30T20:18:32.377\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.\"}],\"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:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"20.20.0\",\"matchCriteriaId\":\"E84DD4EF-E69C-4141-80A3-06E83EE94A78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"22.0.0\",\"versionEndExcluding\":\"22.22.0\",\"matchCriteriaId\":\"132A7510-B3E9-4F85-9B61-A834B12DD7D7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"24.0.0\",\"versionEndExcluding\":\"24.13.0\",\"matchCriteriaId\":\"A83233BD-D901-4A1A-A3AF-0DC3E76CD2C0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"25.0.0\",\"versionEndExcluding\":\"25.3.0\",\"matchCriteriaId\":\"970EF154-D905-4FDA-85CB-C3AB08BEFAEC\"}]}]}],\"references\":[{\"url\":\"https://nodejs.org/en/blog/vulnerability/december-2025-security-releases\",\"source\":\"support@hackerone.com\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-21637\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-21T20:22:28.525038Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-21T20:22:42.356Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"version\": \"3.0\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\"}}], \"affected\": [{\"vendor\": \"nodejs\", \"product\": \"node\", \"versions\": [{\"status\": \"affected\", \"version\": \"20.19.6\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"20.19.6\"}, {\"status\": \"affected\", \"version\": \"22.21.1\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"22.21.1\"}, {\"status\": \"affected\", \"version\": \"24.12.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"24.12.0\"}, {\"status\": \"affected\", \"version\": \"25.2.1\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"25.2.1\"}, {\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"14.0\", \"lessThan\": \"14.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.*\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/december-2025-security-releases\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2026-01-20T20:41:55.352Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-21637\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-21T20:22:51.033Z\", \"dateReserved\": \"2026-01-01T15:00:02.339Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2026-01-20T20:41:55.352Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1371-1
Vulnerability from csaf_suse - Published: 2026-04-15 14:46 - Updated: 2026-04-15 14:46Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
Update to version 20.20.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1371,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1371,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1371
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\nUpdate to version 20.20.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1371,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1371,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1371",
"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-2026_1371-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1371-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261371-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1371-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045546.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2026-04-15T14:46:54Z",
"generator": {
"date": "2026-04-15T14:46:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1371-1",
"initial_release_date": "2026-04-15T14:46:54Z",
"revision_history": [
{
"date": "2026-04-15T14:46:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.aarch64",
"product_id": "corepack20-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"product_id": "nodejs20-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64",
"product_id": "npm20-20.20.2-150500.11.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.i586",
"product_id": "corepack20-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.i586",
"product_id": "nodejs20-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.i586",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.i586",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.i586",
"product_id": "npm20-20.20.2-150500.11.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"product": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"product_id": "nodejs20-docs-20.20.2-150500.11.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "corepack20-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "nodejs20-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "npm20-20.20.2-150500.11.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.s390x",
"product_id": "corepack20-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.s390x",
"product_id": "nodejs20-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.s390x",
"product_id": "npm20-20.20.2-150500.11.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.x86_64",
"product_id": "corepack20-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"product_id": "nodejs20-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64",
"product_id": "npm20-20.20.2-150500.11.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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 Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1478-1
Vulnerability from csaf_suse - Published: 2026-04-20 10:09 - Updated: 2026-04-20 10:09Summary
Security update for nodejs22
Severity
Important
Notes
Title of the patch: Security update for nodejs22
Description of the patch: This update for nodejs22 fixes the following issues:
Update to version 22.22.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1478,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1478
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nUpdate to version 22.22.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1478,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1478",
"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-2026_1478-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1478-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261478-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1478-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045701.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-04-20T10:09:08Z",
"generator": {
"date": "2026-04-20T10:09:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1478-1",
"initial_release_date": "2026-04-20T10:09:08Z",
"revision_history": [
{
"date": "2026-04-20T10:09:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.aarch64",
"product_id": "corepack22-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.aarch64",
"product_id": "nodejs22-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.aarch64",
"product_id": "npm22-22.22.2-150700.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.i586",
"product_id": "corepack22-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.i586",
"product_id": "nodejs22-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.i586",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.i586",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.i586",
"product_id": "npm22-22.22.2-150700.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"product_id": "nodejs22-docs-22.22.2-150700.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "corepack22-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "nodejs22-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "npm22-22.22.2-150700.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.s390x",
"product_id": "corepack22-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.s390x",
"product_id": "nodejs22-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.s390x",
"product_id": "npm22-22.22.2-150700.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.x86_64",
"product_id": "corepack22-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.x86_64",
"product_id": "nodejs22-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.x86_64",
"product_id": "npm22-22.22.2-150700.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.2-150700.3.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64"
},
"product_reference": "npm22-22.22.2-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x"
},
"product_reference": "npm22-22.22.2-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
},
"product_reference": "npm22-22.22.2-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.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:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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 Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1509-1
Vulnerability from csaf_suse - Published: 2026-04-21 06:27 - Updated: 2026-04-21 06:27Summary
Security update for nodejs22
Severity
Important
Notes
Title of the patch: Security update for nodejs22
Description of the patch: This update for nodejs22 fixes the following issues:
Update to version 22.22.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1509,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1509,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1509
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nUpdate to version 22.22.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1509,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1509,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1509",
"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-2026_1509-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1509-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261509-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1509-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025509.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-04-21T06:27:53Z",
"generator": {
"date": "2026-04-21T06:27:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1509-1",
"initial_release_date": "2026-04-21T06:27:53Z",
"revision_history": [
{
"date": "2026-04-21T06:27:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.aarch64",
"product_id": "corepack22-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"product_id": "nodejs22-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.aarch64",
"product_id": "npm22-22.22.2-150600.13.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.i586",
"product_id": "corepack22-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.i586",
"product_id": "nodejs22-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.i586",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.i586",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.i586",
"product_id": "npm22-22.22.2-150600.13.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"product_id": "nodejs22-docs-22.22.2-150600.13.15.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "corepack22-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "nodejs22-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "npm22-22.22.2-150600.13.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.s390x",
"product_id": "corepack22-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.s390x",
"product_id": "nodejs22-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.s390x",
"product_id": "npm22-22.22.2-150600.13.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.x86_64",
"product_id": "corepack22-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"product_id": "nodejs22-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.x86_64",
"product_id": "npm22-22.22.2-150600.13.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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 Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.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 Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:20436-1
Vulnerability from csaf_suse - Published: 2026-02-15 08:45 - Updated: 2026-02-15 08:45Summary
Security update for nodejs22
Severity
Important
Notes
Title of the patch: Security update for nodejs22
Description of the patch: This update for nodejs22 fixes the following issues:
Update to 22.22.0:
- CVE-2025-55130: file system permissions bypass via crafted symlinks (bsc#1256569).
- CVE-2025-55131: timeout-based race conditions allow for allocations that contain leftover data from previous operations and lead to exposure of in-process secrets (bsc#1256570).
- CVE-2025-55132: a file's access and modification timestamps can be changed via `futimes()` even when the process has only read permissions (bsc#1256571).
- CVE-2025-59465: malformed HTTP/2 HEADERS frame with invalid HPACK data can cause a crash due to an unhandled error (bsc#1256573).
- CVE-2025-59466: uncatchable "Maximum call stack size exceeded" error when `async_hooks.createHook()` is enabled can lead to crash (bsc#1256574).
- CVE-2026-21637: synchronous exceptions thrown during certain callbacks bypass the standard TLS error handling paths and can cause a denial of service (bsc#1256576).
- CVE-2026-22036: undici: unbounded decompression chain in HTTP responses via Content-Encoding may lead to resource exhaustion (bsc#1256848).
For full changelog, please see https://nodejs.org/en/blog
Patchnames: SUSE-SLES-16.0-287
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nUpdate to 22.22.0:\n\n- CVE-2025-55130: file system permissions bypass via crafted symlinks (bsc#1256569).\n- CVE-2025-55131: timeout-based race conditions allow for allocations that contain leftover data from previous operations and lead to exposure of in-process secrets (bsc#1256570).\n- CVE-2025-55132: a file\u0027s access and modification timestamps can be changed via `futimes()` even when the process has only read permissions (bsc#1256571).\n- CVE-2025-59465: malformed HTTP/2 HEADERS frame with invalid HPACK data can cause a crash due to an unhandled error (bsc#1256573).\n- CVE-2025-59466: uncatchable \"Maximum call stack size exceeded\" error when `async_hooks.createHook()` is enabled can lead to crash (bsc#1256574).\n- CVE-2026-21637: synchronous exceptions thrown during certain callbacks bypass the standard TLS error handling paths and can cause a denial of service (bsc#1256576).\n- CVE-2026-22036: undici: unbounded decompression chain in HTTP responses via Content-Encoding may lead to resource exhaustion (bsc#1256848).\n\nFor full changelog, please see https://nodejs.org/en/blog\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-287",
"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-2026_20436-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20436-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620436-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20436-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024339.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256569",
"url": "https://bugzilla.suse.com/1256569"
},
{
"category": "self",
"summary": "SUSE Bug 1256570",
"url": "https://bugzilla.suse.com/1256570"
},
{
"category": "self",
"summary": "SUSE Bug 1256571",
"url": "https://bugzilla.suse.com/1256571"
},
{
"category": "self",
"summary": "SUSE Bug 1256573",
"url": "https://bugzilla.suse.com/1256573"
},
{
"category": "self",
"summary": "SUSE Bug 1256574",
"url": "https://bugzilla.suse.com/1256574"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1256848",
"url": "https://bugzilla.suse.com/1256848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55130 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55131 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55132 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55132/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59466 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22036 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22036/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-02-15T08:45:21Z",
"generator": {
"date": "2026-02-15T08:45:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20436-1",
"initial_release_date": "2026-02-15T08:45:21Z",
"revision_history": [
{
"date": "2026-02-15T08:45:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "corepack22-22.22.0-160000.1.1.aarch64",
"product_id": "corepack22-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64",
"product_id": "nodejs22-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "npm22-22.22.0-160000.1.1.aarch64",
"product_id": "npm22-22.22.0-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"product_id": "nodejs22-docs-22.22.0-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le",
"product_id": "corepack22-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le",
"product_id": "nodejs22-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "npm22-22.22.0-160000.1.1.ppc64le",
"product_id": "npm22-22.22.0-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.s390x",
"product": {
"name": "corepack22-22.22.0-160000.1.1.s390x",
"product_id": "corepack22-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.s390x",
"product_id": "nodejs22-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.s390x",
"product": {
"name": "npm22-22.22.0-160000.1.1.s390x",
"product_id": "npm22-22.22.0-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "corepack22-22.22.0-160000.1.1.x86_64",
"product_id": "corepack22-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64",
"product_id": "nodejs22-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "npm22-22.22.0-160000.1.1.x86_64",
"product_id": "npm22-22.22.0-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55130"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s Permissions model allows attackers to bypass `--allow-fs-read` and `--allow-fs-write` restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files. This breaks the expected isolation guarantees and enables arbitrary file read/write, leading to potential system compromise.\nThis vulnerability affects users of the permission model on Node.js v20, v22, v24, and v25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55130",
"url": "https://www.suse.com/security/cve/CVE-2025-55130"
},
{
"category": "external",
"summary": "SUSE Bug 1256569 for CVE-2025-55130",
"url": "https://bugzilla.suse.com/1256569"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "important"
}
],
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55131"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the `vm` module with the timeout option. Under specific timing conditions, buffers allocated with `Buffer.alloc` and other `TypedArray` instances like `Uint8Array` may contain leftover data from previous operations, allowing in-process secrets like tokens or passwords to leak or causing data corruption. While exploitation typically requires precise timing or in-process code execution, it can become remotely exploitable when untrusted input influences workload and timeouts, leading to potential confidentiality and integrity impact.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55131",
"url": "https://www.suse.com/security/cve/CVE-2025-55131"
},
{
"category": "external",
"summary": "SUSE Bug 1256570 for CVE-2025-55131",
"url": "https://bugzilla.suse.com/1256570"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "important"
}
],
"title": "CVE-2025-55131"
},
{
"cve": "CVE-2025-55132",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55132"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s permission model allows a file\u0027s access and modification timestamps to be changed via `futimes()` even when the process has only read permissions. Unlike `utimes()`, `futimes()` does not apply the expected write-permission checks, which means file metadata can be modified in read-only directories. This behavior could be used to alter timestamps in ways that obscure activity, reducing the reliability of logs. This vulnerability affects users of the permission model on Node.js v20, v22, v24, and v25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55132",
"url": "https://www.suse.com/security/cve/CVE-2025-55132"
},
{
"category": "external",
"summary": "SUSE Bug 1256571 for CVE-2025-55132",
"url": "https://bugzilla.suse.com/1256571"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "low"
}
],
"title": "CVE-2025-55132"
},
{
"cve": "CVE-2025-59465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59465"
}
],
"notes": [
{
"category": "general",
"text": "A malformed `HTTP/2 HEADERS` frame with oversized, invalid `HPACK` data can cause Node.js to crash by triggering an unhandled `TLSSocket` error `ECONNRESET`. Instead of safely closing the connection, the process crashes, enabling a remote denial of service. This primarily affects applications that do not attach explicit error handlers to secure sockets, for example:\n```\nserver.on(\u0027secureConnection\u0027, socket =\u003e {\n socket.on(\u0027error\u0027, err =\u003e {\n console.log(err)\n })\n})\n```",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59465",
"url": "https://www.suse.com/security/cve/CVE-2025-59465"
},
{
"category": "external",
"summary": "SUSE Bug 1256573 for CVE-2025-59465",
"url": "https://bugzilla.suse.com/1256573"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "important"
}
],
"title": "CVE-2025-59465"
},
{
"cve": "CVE-2025-59466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59466"
}
],
"notes": [
{
"category": "general",
"text": "We have identified a bug in Node.js error handling where \"Maximum call stack size exceeded\" errors become uncatchable when `async_hooks.createHook()` is enabled. Instead of reaching `process.on(\u0027uncaughtException\u0027)`, the process terminates, making the crash unrecoverable. Applications that rely on `AsyncLocalStorage` (v22, v20) or `async_hooks.createHook()` (v24, v22, v20) become vulnerable to denial-of-service crashes triggered by deep recursion under specific conditions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59466",
"url": "https://www.suse.com/security/cve/CVE-2025-59466"
},
{
"category": "external",
"summary": "SUSE Bug 1256574 for CVE-2025-59466",
"url": "https://bugzilla.suse.com/1256574"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "moderate"
}
],
"title": "CVE-2025-59466"
},
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-22036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22036"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client for Node.js. Prior to 7.18.0 and 6.23.0, the number of links in the decompression chain is unbounded and the default maxHeaderSize allows a malicious server to insert thousands compression steps leading to high CPU usage and excessive memory allocation. This vulnerability is fixed in 7.18.0 and 6.23.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22036",
"url": "https://www.suse.com/security/cve/CVE-2026-22036"
},
{
"category": "external",
"summary": "SUSE Bug 1256843 for CVE-2026-22036",
"url": "https://bugzilla.suse.com/1256843"
}
],
"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 Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
SUSE-SU-2026:21181-1
Vulnerability from csaf_suse - Published: 2026-04-13 10:59 - Updated: 2026-04-13 10:59Summary
Security update for nodejs24
Severity
Important
Notes
Title of the patch: Security update for nodejs24
Description of the patch: This update for nodejs24 fixes the following issues:
Update to version 24.14.1.
Security issues fixed:
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21712: assertion error caused by flaw in URL processing allows for a process crash via a URL with a
malformed IDN (bsc#1260460).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
- CVE-2025-59464: memory leak allows for remote denial of service against applications processing TLS client
certificates (bsc#1256572).
Other updates and bugfixes:
- Version 24.14.0:
* async_hooks: add trackPromises option to createHook()
* build,deps: replace cjs-module-lexer with merve
* deps: add LIEF as a dependency
* events: repurpose events.listenerCount() to accept EventTargets
* fs: add ignore option to fs.watch
* http: add http.setGlobalProxyFromEnv()
* module: allow subpath imports that start with #/
* process: preserve AsyncLocalStorage in queueMicrotask only when needed
* sea: split sea binary manipulation code
* sqlite: enable defensive mode by default
* sqlite: add sqlite prepare options args
* src: add initial support for ESM in embedder API
* stream: add bytes() method to node:stream/consumers
* stream: do not pass readable.compose() output via Readable.from()
* test: use fixture directories for sea tests
* test_runner: add env option to run function
* test_runner: support expecting a test-case to fail
* util: add convertProcessSignalToExitCode utility
* For details, see https://nodejs.org/en/blog/release/v24.14.0
Patchnames: SUSE-SLES-16.0-541
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.6 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
40 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs24 fixes the following issues:\n\nUpdate to version 24.14.1.\n\nSecurity issues fixed:\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21712: assertion error caused by flaw in URL processing allows for a process crash via a URL with a\n malformed IDN (bsc#1260460).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n- CVE-2025-59464: memory leak allows for remote denial of service against applications processing TLS client\n certificates (bsc#1256572).\n\nOther updates and bugfixes:\n\n- Version 24.14.0:\n * async_hooks: add trackPromises option to createHook()\n * build,deps: replace cjs-module-lexer with merve\n * deps: add LIEF as a dependency\n * events: repurpose events.listenerCount() to accept EventTargets\n * fs: add ignore option to fs.watch\n * http: add http.setGlobalProxyFromEnv()\n * module: allow subpath imports that start with #/\n * process: preserve AsyncLocalStorage in queueMicrotask only when needed\n * sea: split sea binary manipulation code\n * sqlite: enable defensive mode by default\n * sqlite: add sqlite prepare options args\n * src: add initial support for ESM in embedder API\n * stream: add bytes() method to node:stream/consumers\n * stream: do not pass readable.compose() output via Readable.from()\n * test: use fixture directories for sea tests\n * test_runner: add env option to run function\n * test_runner: support expecting a test-case to fail\n * util: add convertProcessSignalToExitCode utility\n * For details, see https://nodejs.org/en/blog/release/v24.14.0\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-541",
"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-2026_21181-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21181-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621181-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21181-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025537.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256572",
"url": "https://bugzilla.suse.com/1256572"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260460",
"url": "https://bugzilla.suse.com/1260460"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59464 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59464/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21712 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21712/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs24",
"tracking": {
"current_release_date": "2026-04-13T10:59:52Z",
"generator": {
"date": "2026-04-13T10:59:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21181-1",
"initial_release_date": "2026-04-13T10:59:52Z",
"revision_history": [
{
"date": "2026-04-13T10:59:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-160000.1.1.aarch64",
"product": {
"name": "corepack24-24.14.1-160000.1.1.aarch64",
"product_id": "corepack24-24.14.1-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-160000.1.1.aarch64",
"product": {
"name": "nodejs24-24.14.1-160000.1.1.aarch64",
"product_id": "nodejs24-24.14.1-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-160000.1.1.aarch64",
"product": {
"name": "nodejs24-devel-24.14.1-160000.1.1.aarch64",
"product_id": "nodejs24-devel-24.14.1-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-160000.1.1.aarch64",
"product": {
"name": "npm24-24.14.1-160000.1.1.aarch64",
"product_id": "npm24-24.14.1-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs24-docs-24.14.1-160000.1.1.noarch",
"product": {
"name": "nodejs24-docs-24.14.1-160000.1.1.noarch",
"product_id": "nodejs24-docs-24.14.1-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-160000.1.1.ppc64le",
"product": {
"name": "corepack24-24.14.1-160000.1.1.ppc64le",
"product_id": "corepack24-24.14.1-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-160000.1.1.ppc64le",
"product": {
"name": "nodejs24-24.14.1-160000.1.1.ppc64le",
"product_id": "nodejs24-24.14.1-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"product": {
"name": "nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"product_id": "nodejs24-devel-24.14.1-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-160000.1.1.ppc64le",
"product": {
"name": "npm24-24.14.1-160000.1.1.ppc64le",
"product_id": "npm24-24.14.1-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-160000.1.1.s390x",
"product": {
"name": "corepack24-24.14.1-160000.1.1.s390x",
"product_id": "corepack24-24.14.1-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-160000.1.1.s390x",
"product": {
"name": "nodejs24-24.14.1-160000.1.1.s390x",
"product_id": "nodejs24-24.14.1-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-160000.1.1.s390x",
"product": {
"name": "nodejs24-devel-24.14.1-160000.1.1.s390x",
"product_id": "nodejs24-devel-24.14.1-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-160000.1.1.s390x",
"product": {
"name": "npm24-24.14.1-160000.1.1.s390x",
"product_id": "npm24-24.14.1-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-160000.1.1.x86_64",
"product": {
"name": "corepack24-24.14.1-160000.1.1.x86_64",
"product_id": "corepack24-24.14.1-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-160000.1.1.x86_64",
"product": {
"name": "nodejs24-24.14.1-160000.1.1.x86_64",
"product_id": "nodejs24-24.14.1-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-160000.1.1.x86_64",
"product": {
"name": "nodejs24-devel-24.14.1-160000.1.1.x86_64",
"product_id": "nodejs24-devel-24.14.1-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-160000.1.1.x86_64",
"product": {
"name": "npm24-24.14.1-160000.1.1.x86_64",
"product_id": "npm24-24.14.1-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "corepack24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "corepack24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x"
},
"product_reference": "corepack24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "corepack24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.14.1-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch"
},
"product_reference": "nodejs24-docs-24.14.1-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "npm24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "npm24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x"
},
"product_reference": "npm24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "npm24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "corepack24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "corepack24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x"
},
"product_reference": "corepack24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "corepack24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "nodejs24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64"
},
"product_reference": "nodejs24-devel-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.14.1-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch"
},
"product_reference": "nodejs24-docs-24.14.1-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64"
},
"product_reference": "npm24-24.14.1-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le"
},
"product_reference": "npm24-24.14.1-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x"
},
"product_reference": "npm24-24.14.1-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
},
"product_reference": "npm24-24.14.1-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59464"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak in Node.js\u0027s OpenSSL integration occurs when converting `X.509` certificate fields to UTF-8 without freeing the allocated buffer. When applications call `socket.getPeerCertificate(true)`, each certificate field leaks memory, allowing remote clients to trigger steady memory growth through repeated TLS connections. Over time this can lead to resource exhaustion and denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59464",
"url": "https://www.suse.com/security/cve/CVE-2025-59464"
},
{
"category": "external",
"summary": "SUSE Bug 1256572 for CVE-2025-59464",
"url": "https://bugzilla.suse.com/1256572"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-59464"
},
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21712",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21712"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js URL processing causes an assertion failure in native code when `url.format()` is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21712",
"url": "https://www.suse.com/security/cve/CVE-2026-21712"
},
{
"category": "external",
"summary": "SUSE Bug 1260460 for CVE-2026-21712",
"url": "https://bugzilla.suse.com/1260460"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21712"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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 Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.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 Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-devel-24.14.1-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs24-docs-24.14.1-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm24-24.14.1-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T10:59:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
WID-SEC-W-2026-0098
Vulnerability from csaf_certbund - Published: 2026-01-13 23:00 - Updated: 2026-05-25 22:00Summary
Node.js: Mehrere Schwachstellen
Severity
Kritisch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuführen, erweiterte Berechtigungen zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren und vertrauliche Informationen offenzulegen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
References
55 references
{
"document": {
"aggregate_severity": {
"text": "kritisch"
},
"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 Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuf\u00fchren, erweiterte Berechtigungen zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren und vertrauliche Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0098 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0098.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0098 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0098"
},
{
"category": "external",
"summary": "NodeJS Security Release vom 2026-01-13",
"url": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0295-1 vom 2026-01-26",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QNEEHSNPEIHXCGDJ2EAF4CD5OEXEYCQU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0301-1 vom 2026-01-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023926.html"
},
{
"category": "external",
"summary": "Exploit CVE-2025-55130 vom 2026-02-01",
"url": "https://github.com/scumfrog/CVE-2025-55130"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1843 vom 2026-02-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-1843.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1842 vom 2026-02-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-1842.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1843 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:1843"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1842 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:1842"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1842 vom 2026-02-06",
"url": "https://errata.build.resf.org/RLSA-2026:1842"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1843 vom 2026-02-06",
"url": "https://errata.build.resf.org/RLSA-2026:1843"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2422 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2422"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2420 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2420"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2420 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2420"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2421 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2421"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2422 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2422"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2420 vom 2026-02-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-2420.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2421 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2421"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0435-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024113.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2422 vom 2026-02-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-2422.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0457-1 vom 2026-02-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024134.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2421 vom 2026-02-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-2421.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2768 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2768"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2781 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2781"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2783 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2783"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2864 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2864"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2782 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2782"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20236-1 vom 2026-02-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PPFWQGSOVXSXMNNFQNXJO62PEHEBHY2Z/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2781 vom 2026-02-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-2781.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2899 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2899"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2782 vom 2026-02-18",
"url": "https://errata.build.resf.org/RLSA-2026:2782"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2781 vom 2026-02-18",
"url": "https://errata.build.resf.org/RLSA-2026:2781"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2783 vom 2026-02-18",
"url": "https://errata.build.resf.org/RLSA-2026:2783"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2782 vom 2026-02-19",
"url": "https://linux.oracle.com/errata/ELSA-2026-2782.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20436-1 vom 2026-02-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024339.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2783 vom 2026-02-19",
"url": "https://linux.oracle.com/errata/ELSA-2026-2783.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6166 vom 2026-03-17",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00075.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6183 vom 2026-03-29",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00092.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7670 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7670"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7670 vom 2026-04-13",
"url": "https://errata.build.resf.org/RLSA-2026:7670"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1299-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025315.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7675 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7675.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7670 vom 2026-04-14",
"url": "https://linux.oracle.com/errata/ELSA-2026-7670.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1363-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025357.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7675 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7675"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1371-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025349.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1478-1 vom 2026-04-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025465.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1509-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025509.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21181-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025537.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20519-1 vom 2026-04-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DEWSWDYUVHXHGYX7GDASLURQNA7TBIAA/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7378 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:7378"
},
{
"category": "external",
"summary": "HCL Security Bulletin",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0130587"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6272 vom 2026-05-15",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00183.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4598 vom 2026-05-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00043.html"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-25T22:00:00.000+00:00",
"generator": {
"date": "2026-05-26T11:50:51.166+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0098",
"initial_release_date": "2026-01-13T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-20T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-3331, EUVD-2026-3327, EUVD-2026-3325, EUVD-2026-3323, EUVD-2026-3340, EUVD-2026-3339, EUVD-2026-3338"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-3334"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "6",
"summary": "Exploit f\u00fcr CVE-2025-55130 aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat, Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat, openSUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE und openSUSE aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "26"
}
},
"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": [
{
"branches": [
{
"category": "product_version",
"name": "WebUI",
"product": {
"name": "HCL BigFix WebUI",
"product_id": "T036098",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:bigfix:webui"
}
}
}
],
"category": "product_name",
"name": "BigFix"
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c20.20.0",
"product": {
"name": "Open Source Node.js \u003c20.20.0",
"product_id": "T049912"
}
},
{
"category": "product_version",
"name": "20.20.0",
"product": {
"name": "Open Source Node.js 20.20.0",
"product_id": "T049912-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:20.20.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c22.22.0",
"product": {
"name": "Open Source Node.js \u003c22.22.0",
"product_id": "T049913"
}
},
{
"category": "product_version",
"name": "22.22.0",
"product": {
"name": "Open Source Node.js 22.22.0",
"product_id": "T049913-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:22.22.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c24.13.0",
"product": {
"name": "Open Source Node.js \u003c24.13.0",
"product_id": "T049914"
}
},
{
"category": "product_version",
"name": "24.13.0",
"product": {
"name": "Open Source Node.js 24.13.0",
"product_id": "T049914-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:24.13.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c25.3.0",
"product": {
"name": "Open Source Node.js \u003c25.3.0",
"product_id": "T049915"
}
},
{
"category": "product_version",
"name": "25.3.0",
"product": {
"name": "Open Source Node.js 25.3.0",
"product_id": "T049915-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:25.3.0"
}
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55130",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55131",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55131"
},
{
"cve": "CVE-2025-55132",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55132"
},
{
"cve": "CVE-2025-59464",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59464"
},
{
"cve": "CVE-2025-59465",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59465"
},
{
"cve": "CVE-2025-59466",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59466"
},
{
"cve": "CVE-2026-21636",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-21636"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"2951",
"T002207",
"67646",
"T049915",
"T027843",
"T004914",
"T036098",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-21637"
}
]
}
WID-SEC-W-2026-0843
Vulnerability from csaf_certbund - Published: 2026-03-24 23:00 - Updated: 2026-05-25 22:00Summary
Node.js: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um einen Denial of Service zu verursachen, Sicherheitsmaßnahmen zu umgehen und Informationen offenzulegen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
HCL BigFix WebUI
HCL / BigFix
|
cpe:/a:hcltech:bigfix:webui
|
WebUI | |
|
Open Source Node.js <24.14.1
Open Source / Node.js
|
<24.14.1 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Node.js <25.8.2
Open Source / Node.js
|
<25.8.2 | ||
|
Open Source Node.js <20.20.2
Open Source / Node.js
|
<20.20.2 | ||
|
Open Source Node.js <22.22.2
Open Source / Node.js
|
<22.22.2 |
References
44 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um einen Denial of Service zu verursachen, Sicherheitsma\u00dfnahmen zu umgehen und Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0843 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0843.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0843 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0843"
},
{
"category": "external",
"summary": "Node.js Security Releases vom 2026-03-24",
"url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6183 vom 2026-03-29",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00092.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7123 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:7123"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7123 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:7123"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7080 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:7080"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7302 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:7302"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7310 vom 2026-04-09",
"url": "https://access.redhat.com/errata/RHSA-2026:7310"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7302 vom 2026-04-09",
"url": "https://access.redhat.com/errata/RHSA-2026:7302"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7350 vom 2026-04-10",
"url": "https://access.redhat.com/errata/RHSA-2026:7350"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7123 vom 2026-04-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-7123.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10504-1 vom 2026-04-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4GLUZJOSPBAG2HKNV2YSYYK4DULF2TNN/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7350 vom 2026-04-10",
"url": "https://errata.build.resf.org/RLSA-2026:7350"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7080 vom 2026-04-09",
"url": "https://linux.oracle.com/errata/ELSA-2026-7080.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7350 vom 2026-04-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-7350.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7302 vom 2026-04-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-7302.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7080 vom 2026-04-12",
"url": "https://errata.build.resf.org/RLSA-2026:7080"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7670 vom 2026-04-13",
"url": "https://errata.build.resf.org/RLSA-2026:7670"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7675 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7675"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7670 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7670"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1299-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025315.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7896 vom 2026-04-14",
"url": "https://errata.build.resf.org/RLSA-2026:7896"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7670 vom 2026-04-14",
"url": "https://linux.oracle.com/errata/ELSA-2026-7670.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7896 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7896"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7675 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7675.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7983 vom 2026-04-14",
"url": "https://access.redhat.com/errata/RHSA-2026:7983"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1363-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025357.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8339 vom 2026-04-15",
"url": "https://access.redhat.com/errata/RHSA-2026:8339"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7675 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7675"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1371-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025349.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8339 vom 2026-04-16",
"url": "https://errata.build.resf.org/RLSA-2026:8339"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7896 vom 2026-04-16",
"url": "https://oss.oracle.com/pipermail/el-errata/2026-April/020203.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8339 vom 2026-04-19",
"url": "http://linux.oracle.com/errata/ELSA-2026-8339.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1478-1 vom 2026-04-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025465.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1509-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025509.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20519-1 vom 2026-04-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DEWSWDYUVHXHGYX7GDASLURQNA7TBIAA/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21181-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025537.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9711 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9711"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9874 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272299 vom 2026-05-07",
"url": "https://www.ibm.com/support/pages/node/7272299"
},
{
"category": "external",
"summary": "HCL Security Bulletin",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0130587"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6272 vom 2026-05-15",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00183.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4598 vom 2026-05-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00043.html"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-25T22:00:00.000+00:00",
"generator": {
"date": "2026-05-26T12:15:40.905+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0843",
"initial_release_date": "2026-03-24T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-17093, EUVD-2026-17174, EUVD-2026-17176, EUVD-2026-17178, EUVD-2026-17182, EUVD-2026-17170, EUVD-2026-17172"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Red Hat, Oracle Linux und openSUSE aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux, Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE, Rocky Enterprise Software Foundation, Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE, Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und openSUSE aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "17"
}
},
"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": [
{
"branches": [
{
"category": "product_version",
"name": "WebUI",
"product": {
"name": "HCL BigFix WebUI",
"product_id": "T036098",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:bigfix:webui"
}
}
}
],
"category": "product_name",
"name": "BigFix"
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T051349",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c20.20.2",
"product": {
"name": "Open Source Node.js \u003c20.20.2",
"product_id": "T052111"
}
},
{
"category": "product_version",
"name": "20.20.2",
"product": {
"name": "Open Source Node.js 20.20.2",
"product_id": "T052111-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:20.20.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c22.22.2",
"product": {
"name": "Open Source Node.js \u003c22.22.2",
"product_id": "T052112"
}
},
{
"category": "product_version",
"name": "22.22.2",
"product": {
"name": "Open Source Node.js 22.22.2",
"product_id": "T052112-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:22.22.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c24.14.1",
"product": {
"name": "Open Source Node.js \u003c24.14.1",
"product_id": "T052113"
}
},
{
"category": "product_version",
"name": "24.14.1",
"product": {
"name": "Open Source Node.js 24.14.1",
"product_id": "T052113-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:24.14.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c25.8.2",
"product": {
"name": "Open Source Node.js \u003c25.8.2",
"product_id": "T052114"
}
},
{
"category": "product_version",
"name": "25.8.2",
"product": {
"name": "Open Source Node.js 25.8.2",
"product_id": "T052114-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:25.8.2"
}
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-36137",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2024-36137"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21711",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21711"
},
{
"cve": "CVE-2026-21712",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21712"
},
{
"cve": "CVE-2026-21713",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T051349",
"T027843",
"T004914",
"T036098",
"T052113",
"T032255",
"T052114",
"T052111",
"T052112"
]
},
"release_date": "2026-03-24T23:00:00.000+00:00",
"title": "CVE-2026-21717"
}
]
}
WID-SEC-W-2026-1007
Vulnerability from csaf_certbund - Published: 2026-04-07 22:00 - Updated: 2026-06-11 22:00Summary
IBM App Connect Enterprise: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM App Connect Enterprise kombiniert die branchenbewährten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsvorkehrungen zu umgehen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen, und um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM App Connect Enterprise <13.0.7.1
IBM / App Connect Enterprise
|
<13.0.7.1 |
References
14 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM App Connect Enterprise kombiniert die branchenbew\u00e4hrten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsvorkehrungen zu umgehen, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuf\u00fchren, um einen SQL-Injection Angriff durchzuf\u00fchren, und um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1007 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1007.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1007 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1007"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268737 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268737"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268738 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268738"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268740 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268740"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268741 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268741"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268743 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268743"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268744 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268744"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268745 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268745"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268747 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268747"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14087 vom 2026-05-06",
"url": "https://access.redhat.com/errata/RHSA-2026:14087"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17083 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:17083"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7274746 vom 2026-06-01",
"url": "https://www.ibm.com/support/pages/node/7274746"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275963 vom 2026-06-11",
"url": "https://www.ibm.com/support/pages/node/7275963"
}
],
"source_lang": "en-US",
"title": "IBM App Connect Enterprise: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-11T22:00:00.000+00:00",
"generator": {
"date": "2026-06-12T07:37:37.117+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1007",
"initial_release_date": "2026-04-07T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c13.0.7.1",
"product": {
"name": "IBM App Connect Enterprise \u003c13.0.7.1",
"product_id": "2F33676F-DD00-4E4F-ADCC-F29993D51A12"
}
},
{
"category": "product_version",
"name": "13.0.7.1",
"product": {
"name": "IBM App Connect Enterprise 13.0.7.1",
"product_id": "2F33676F-DD00-4E4F-ADCC-F29993D51A12-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.0.7.1"
}
}
},
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T052517",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"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": "product_version",
"name": "10.0 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 10.0 Extended Update Support",
"product_id": "T054024",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0_extended_update_support"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14550",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-14550"
},
{
"cve": "CVE-2025-14831",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-14831"
},
{
"cve": "CVE-2025-15281",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-15281"
},
{
"cve": "CVE-2025-15366",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2025-15599",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-15599"
},
{
"cve": "CVE-2025-55130",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55131",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-55131"
},
{
"cve": "CVE-2025-55132",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-55132"
},
{
"cve": "CVE-2025-59465",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-59465"
},
{
"cve": "CVE-2025-59466",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-59466"
},
{
"cve": "CVE-2025-68470",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-68470"
},
{
"cve": "CVE-2025-9820",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2025-9820"
},
{
"cve": "CVE-2026-0540",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-0540"
},
{
"cve": "CVE-2026-0861",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-0861"
},
{
"cve": "CVE-2026-0915",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-0915"
},
{
"cve": "CVE-2026-0980",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-0980"
},
{
"cve": "CVE-2026-1207",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1207"
},
{
"cve": "CVE-2026-1285",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1285"
},
{
"cve": "CVE-2026-1287",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1287"
},
{
"cve": "CVE-2026-1299",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-1312",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1312"
},
{
"cve": "CVE-2026-1530",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1530"
},
{
"cve": "CVE-2026-1531",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1531"
},
{
"cve": "CVE-2026-1961",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-1961"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-22029",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-22029"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-2436",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-2436"
},
{
"cve": "CVE-2026-25518",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-25518"
},
{
"cve": "CVE-2026-27137",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-27137"
},
{
"cve": "CVE-2026-27138",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-27138"
},
{
"cve": "CVE-2026-27959",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-27959"
},
{
"cve": "CVE-2026-29063",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-29063"
},
{
"cve": "CVE-2026-29087",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-29087"
},
{
"cve": "CVE-2026-30922",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-30922"
},
{
"cve": "CVE-2026-3632",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-3632"
},
{
"cve": "CVE-2026-3633",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-3633"
},
{
"cve": "CVE-2026-3634",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-3634"
},
{
"cve": "CVE-2026-3731",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-3731"
},
{
"cve": "CVE-2026-4271",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-4271"
},
{
"cve": "CVE-2026-4324",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-4324"
},
{
"cve": "CVE-2026-5119",
"product_status": {
"known_affected": [
"T054024",
"T052517",
"67646",
"T021415",
"2F33676F-DD00-4E4F-ADCC-F29993D51A12"
]
},
"release_date": "2026-04-07T22:00:00.000+00:00",
"title": "CVE-2026-5119"
}
]
}
WID-SEC-W-2026-1100
Vulnerability from csaf_certbund - Published: 2026-04-14 22:00 - Updated: 2026-05-26 22:00Summary
Microsoft DeveloperTools: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Microsoft Visual Studio ist eine integrierte Entwicklungsumgebung für Hochsprachen.
Microsoft .NET Framework ist eine Komponente des Microsoft Windows-Betriebssystems, das die Erstellung und Ausführung von Softwareanwendungen und Webdiensten ermöglicht. Es beinhaltet sowohl eine Laufzeitumgebung als auch ein Framework von Klassenbibliotheken (APIs), u. a. für die Programmiersprache ASP (ASP.NET), den Datenzugriff (ADO.NET), intelligente Clientanwendungen (Windows Forms) und weitere.
Microsoft .NET ist ein Software-Framework für die Entwicklung und Ausführung von Anwendungen.
PowerShell ist ein plattformübergreifendes Framework von Microsoft zur Automatisierung, Konfiguration und Verwaltung von Systemen, das einen Kommandozeileninterpreter inklusive Skriptsprache bietet.
Visual Studio Code ist ein Quelltext-Editor von Microsoft.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Microsoft Visual Studio, Microsoft .NET Framework, Microsoft .NET, Microsoft PowerShell und Microsoft Visual Studio Code ausnutzen, um vertrauliche Informationen offenzulegen, Spoofing-Angriffe durchzuführen, einen Denial-of-Service-Zustand herbeizuführen oder Sicherheitsmaßnahmen zu umgehen, was möglicherweise die Ausführung von beliebigem Code ermöglicht.
Betroffene Betriebssysteme: - Linux
- MacOS X
- Windows
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
Affected products
Known affected
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Microsoft .NET Framework 4.7.2
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.7.2
|
4.7.2 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Microsoft .NET Framework 4.8
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8
|
4.8 | |
|
Microsoft Visual Studio 2022 version 17.14
Microsoft / Visual Studio 2022
|
version 17.14 | ||
|
Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)
Microsoft / Visual Studio 2017
|
version 15.9 (includes 15.0-15.8) | ||
|
Microsoft Visual Studio 2022 version 17.12
Microsoft / Visual Studio 2022
|
version 17.12 | ||
|
Microsoft PowerShell 7.5
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.5
|
7.5 | |
|
Microsoft Visual Studio Code CoPilot Chat Extension
Microsoft / Visual Studio Code
|
cpe:/a:microsoft:visual_studio_code:copilot_chat_extension
|
CoPilot Chat Extension | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Microsoft .NET 10.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:10.0
|
10 | |
|
Microsoft .NET 9.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:9.0
|
9 | |
|
Microsoft .NET 8.0
Microsoft / .NET
|
cpe:/a:microsoft:.net:8.0
|
8 | |
|
Microsoft PowerShell 7.4
Microsoft / PowerShell
|
cpe:/a:microsoft:powershell:7.4:rc1
|
7.4 | |
|
Hitachi Virtual Storage Platform 5200
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200
|
5200 | |
|
Hitachi Virtual Storage Platform 5100
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100
|
5100 | |
|
Hitachi Virtual Storage Platform 5500
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500
|
5500 | |
|
Hitachi Virtual Storage Platform 5100H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5100h
|
5100H | |
|
Hitachi Virtual Storage Platform 5500H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5500h
|
5500H | |
|
Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)
Microsoft / Visual Studio 2019
|
version 16.11 (includes 16.0-16.10) | ||
|
Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)
Microsoft / Visual Studio 2019
|
version 16.4 (includes 16.0-16.3) | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Microsoft .NET Framework 3.5
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:3.5:-
|
3.5 | |
|
Microsoft .NET Framework 4.8.1
Microsoft / .NET Framework
|
cpe:/a:microsoft:.net_framework:4.8.1
|
4.8.1 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Hitachi Virtual Storage Platform 5600H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600h
|
5600H | |
|
Hitachi Virtual Storage Platform 5200H
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5200h
|
5200H | |
|
Hitachi Virtual Storage Platform 5600
Hitachi / Virtual Storage Platform
|
cpe:/h:hitachi:virtual_storage_platform:5600
|
5600 |
References
48 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Microsoft Visual Studio ist eine integrierte Entwicklungsumgebung f\u00fcr Hochsprachen.\r\nMicrosoft .NET Framework ist eine Komponente des Microsoft Windows-Betriebssystems, das die Erstellung und Ausf\u00fchrung von Softwareanwendungen und Webdiensten erm\u00f6glicht. Es beinhaltet sowohl eine Laufzeitumgebung als auch ein Framework von Klassenbibliotheken (APIs), u. a. f\u00fcr die Programmiersprache ASP (ASP.NET), den Datenzugriff (ADO.NET), intelligente Clientanwendungen (Windows Forms) und weitere.\r\nMicrosoft .NET ist ein Software-Framework f\u00fcr die Entwicklung und Ausf\u00fchrung von Anwendungen.\r\nPowerShell ist ein plattform\u00fcbergreifendes Framework von Microsoft zur Automatisierung, Konfiguration und Verwaltung von Systemen, das einen Kommandozeileninterpreter inklusive Skriptsprache bietet. \r\nVisual Studio Code ist ein Quelltext-Editor von Microsoft.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Microsoft Visual Studio, Microsoft .NET Framework, Microsoft .NET, Microsoft PowerShell und Microsoft Visual Studio Code ausnutzen, um vertrauliche Informationen offenzulegen, Spoofing-Angriffe durchzuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren oder Sicherheitsma\u00dfnahmen zu umgehen, was m\u00f6glicherweise die Ausf\u00fchrung von beliebigem Code erm\u00f6glicht.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1100 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1100.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1100 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1100"
},
{
"category": "external",
"summary": "Microsoft Leitfaden f\u00fcr Sicherheitsupdates",
"url": "https://msrc.microsoft.com/update-guide/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8471 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8471"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8470 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8470"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8469 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8469"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8468 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8468"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8467 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8467"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8176-1 vom 2026-04-16",
"url": "https://ubuntu.com/security/notices/USN-8176-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8475 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8475"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8474 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8474"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8473 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8472 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8472"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8470 vom 2026-04-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-8470.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8472 vom 2026-04-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-8472.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8467 vom 2026-04-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-8467.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8474 vom 2026-04-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-8474.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8471 vom 2026-04-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-8471.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8473 vom 2026-04-19",
"url": "http://linux.oracle.com/errata/ELSA-2026-8473.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8471 vom 2026-04-19",
"url": "https://errata.build.resf.org/RLSA-2026:8471"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8470 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8470"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8469 vom 2026-04-19",
"url": "https://errata.build.resf.org/RLSA-2026:8469"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8473 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8473"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8467 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8467"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8468 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8468"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8472 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8472"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8474 vom 2026-04-19",
"url": "https://errata.build.resf.org/RLSA-2026:8474"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8475 vom 2026-04-18",
"url": "https://errata.build.resf.org/RLSA-2026:8475"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8475 vom 2026-04-19",
"url": "http://linux.oracle.com/errata/ELSA-2026-8475.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8468 vom 2026-04-20",
"url": "https://linux.oracle.com/errata/ELSA-2026-8468.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8469 vom 2026-04-20",
"url": "https://linux.oracle.com/errata/ELSA-2026-8469.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-A1302C450C vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-a1302c450c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-AC43E01AF9 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-ac43e01af9"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-AD17A2DB6C vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-ad17a2db6c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-E1D2833798 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-e1d2833798"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-EADD724963 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-eadd724963"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-EDCA75E401 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-edca75e401"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-FC2112CDD4 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-fc2112cdd4"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-02B2A30C02 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-02b2a30c02"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-97FBAAEF10 vom 2026-04-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-97fbaaef10"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9077 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:9077"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8216-1 vom 2026-04-28",
"url": "https://ubuntu.com/security/notices/USN-8216-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13283 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13283"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13281 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13281"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13280 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13280"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13282 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13282"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13693 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13693"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2026-311 vom 2026-05-27",
"url": "https://www.hitachi.com/products/it/storage-solutions/sec_info/2026/04.html"
}
],
"source_lang": "en-US",
"title": "Microsoft DeveloperTools: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-26T22:00:00.000+00:00",
"generator": {
"date": "2026-05-27T08:52:42.319+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1100",
"initial_release_date": "2026-04-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-22991"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat und Ubuntu aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-04T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von HITACHI aufgenommen"
}
],
"status": "final",
"version": "11"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "5100",
"product": {
"name": "Hitachi Virtual Storage Platform 5100",
"product_id": "T017180",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5100"
}
}
},
{
"category": "product_version",
"name": "5500",
"product": {
"name": "Hitachi Virtual Storage Platform 5500",
"product_id": "T017181",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5500"
}
}
},
{
"category": "product_version",
"name": "5100H",
"product": {
"name": "Hitachi Virtual Storage Platform 5100H",
"product_id": "T017182",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5100h"
}
}
},
{
"category": "product_version",
"name": "5500H",
"product": {
"name": "Hitachi Virtual Storage Platform 5500H",
"product_id": "T017183",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5500h"
}
}
},
{
"category": "product_version",
"name": "5200",
"product": {
"name": "Hitachi Virtual Storage Platform 5200",
"product_id": "T047075",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5200"
}
}
},
{
"category": "product_version",
"name": "5200H",
"product": {
"name": "Hitachi Virtual Storage Platform 5200H",
"product_id": "T047076",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5200h"
}
}
},
{
"category": "product_version",
"name": "5600",
"product": {
"name": "Hitachi Virtual Storage Platform 5600",
"product_id": "T047077",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5600"
}
}
},
{
"category": "product_version",
"name": "5600H",
"product": {
"name": "Hitachi Virtual Storage Platform 5600H",
"product_id": "T047078",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:5600h"
}
}
}
],
"category": "product_name",
"name": "Virtual Storage Platform"
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10",
"product": {
"name": "Microsoft .NET 10.0",
"product_id": "T051615",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net:10.0"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Microsoft .NET 9.0",
"product_id": "T051616",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net:9.0"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Microsoft .NET 8.0",
"product_id": "T052749",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net:8.0"
}
}
}
],
"category": "product_name",
"name": ".NET"
},
{
"branches": [
{
"category": "product_version",
"name": "4.8.1",
"product": {
"name": "Microsoft .NET Framework 4.8.1",
"product_id": "1273212",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net_framework:4.8.1"
}
}
},
{
"category": "product_version",
"name": "4.7.2",
"product": {
"name": "Microsoft .NET Framework 4.7.2",
"product_id": "432556",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net_framework:4.7.2"
}
}
},
{
"category": "product_version",
"name": "4.8",
"product": {
"name": "Microsoft .NET Framework 4.8",
"product_id": "432557",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net_framework:4.8"
}
}
},
{
"category": "product_version",
"name": "3.5",
"product": {
"name": "Microsoft .NET Framework 3.5",
"product_id": "834793",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:.net_framework:3.5:-"
}
}
}
],
"category": "product_name",
"name": ".NET Framework"
},
{
"branches": [
{
"category": "product_version",
"name": "7.4",
"product": {
"name": "Microsoft PowerShell 7.4",
"product_id": "1809886",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:powershell:7.4:rc1"
}
}
},
{
"category": "product_version",
"name": "7.5",
"product": {
"name": "Microsoft PowerShell 7.5",
"product_id": "T052775",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:powershell:7.5"
}
}
}
],
"category": "product_name",
"name": "PowerShell"
},
{
"branches": [
{
"category": "product_version_range",
"name": "version 15.9 (includes 15.0-15.8)",
"product": {
"name": "Microsoft Visual Studio 2017 version 15.9 (includes 15.0-15.8)",
"product_id": "T052756"
}
}
],
"category": "product_name",
"name": "Visual Studio 2017"
},
{
"branches": [
{
"category": "product_version_range",
"name": "version 16.11 (includes 16.0-16.10)",
"product": {
"name": "Microsoft Visual Studio 2019 version 16.11 (includes 16.0-16.10)",
"product_id": "T052786"
}
},
{
"category": "product_version_range",
"name": "version 16.4 (includes 16.0-16.3)",
"product": {
"name": "Microsoft Visual Studio 2019 version 16.4 (includes 16.0-16.3)",
"product_id": "T052787"
}
}
],
"category": "product_name",
"name": "Visual Studio 2019"
},
{
"branches": [
{
"category": "product_version_range",
"name": "version 17.14",
"product": {
"name": "Microsoft Visual Studio 2022 version 17.14",
"product_id": "T052777"
}
},
{
"category": "product_version_range",
"name": "version 17.12",
"product": {
"name": "Microsoft Visual Studio 2022 version 17.12",
"product_id": "T052778"
}
}
],
"category": "product_name",
"name": "Visual Studio 2022"
},
{
"branches": [
{
"category": "product_version",
"name": "CoPilot Chat Extension",
"product": {
"name": "Microsoft Visual Studio Code CoPilot Chat Extension",
"product_id": "T052776",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:visual_studio_code:copilot_chat_extension"
}
}
}
],
"category": "product_name",
"name": "Visual Studio Code"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-23653",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23653"
},
{
"cve": "CVE-2026-23666",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23666"
},
{
"cve": "CVE-2026-26143",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26143"
},
{
"cve": "CVE-2026-26171",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26171"
},
{
"cve": "CVE-2026-32178",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-32178"
},
{
"cve": "CVE-2026-32203",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-32203"
},
{
"cve": "CVE-2026-32226",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-32226"
},
{
"cve": "CVE-2026-32631",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-32631"
},
{
"cve": "CVE-2026-33116",
"product_status": {
"known_affected": [
"432556",
"67646",
"432557",
"T052777",
"T052756",
"T052778",
"T052775",
"T052776",
"T004914",
"T051615",
"T051616",
"T052749",
"1809886",
"T047075",
"T017180",
"T017181",
"T017182",
"T017183",
"T052786",
"T052787",
"T032255",
"74185",
"834793",
"1273212",
"T000126",
"T047078",
"T047076",
"T047077"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-33116"
}
]
}
WID-SEC-W-2026-1194
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Communications: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
Last affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1194 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1194.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1194 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1194"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Communications vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:44:15.870+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1194",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "6",
"product": {
"name": "Oracle Communications 6.0",
"product_id": "T018947",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.0"
}
}
},
{
"category": "product_version",
"name": "6.1",
"product": {
"name": "Oracle Communications 6.1",
"product_id": "T018948",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1"
}
}
},
{
"category": "product_version",
"name": "8.0.0",
"product": {
"name": "Oracle Communications 8.0.0",
"product_id": "T025868",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0.0",
"product_id": "T032090",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0.0"
}
}
},
{
"category": "product_version",
"name": "5.2",
"product": {
"name": "Oracle Communications 5.2",
"product_id": "T034146",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.2"
}
}
},
{
"category": "product_version",
"name": "4.2.0",
"product": {
"name": "Oracle Communications 4.2.0",
"product_id": "T036206",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.2.0"
}
}
},
{
"category": "product_version",
"name": "9.3.0",
"product": {
"name": "Oracle Communications 9.3.0",
"product_id": "T036208",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.3.0"
}
}
},
{
"category": "product_version",
"name": "14",
"product": {
"name": "Oracle Communications 14.0",
"product_id": "T038382",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:14.0"
}
}
},
{
"category": "product_version",
"name": "25.1.100",
"product": {
"name": "Oracle Communications 25.1.100",
"product_id": "T042794",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.100"
}
}
},
{
"category": "product_version",
"name": "10.0.0",
"product": {
"name": "Oracle Communications 10.0.0",
"product_id": "T042795",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.0"
}
}
},
{
"category": "product_version",
"name": "24.2.4",
"product": {
"name": "Oracle Communications 24.2.4",
"product_id": "T042796",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371-fixed"
}
},
{
"category": "product_version",
"name": "5.0.0",
"product": {
"name": "Oracle Communications 5.0.0",
"product_id": "T045372",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.0.0"
}
}
},
{
"category": "product_version",
"name": "25.1.200",
"product": {
"name": "Oracle Communications 25.1.200",
"product_id": "T047885",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.200"
}
}
},
{
"category": "product_version",
"name": "25.1.202",
"product": {
"name": "Oracle Communications 25.1.202",
"product_id": "T047887",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.202"
}
}
},
{
"category": "product_version",
"name": "25.1.201",
"product": {
"name": "Oracle Communications 25.1.201",
"product_id": "T047888",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.201"
}
}
},
{
"category": "product_version",
"name": "25.2.100",
"product": {
"name": "Oracle Communications 25.2.100",
"product_id": "T047890",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.2.100"
}
}
},
{
"category": "product_version",
"name": "47",
"product": {
"name": "Oracle Communications 47.0",
"product_id": "T047891",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:47.0"
}
}
},
{
"category": "product_version",
"name": "24.2.1",
"product": {
"name": "Oracle Communications 24.2.1",
"product_id": "T047970",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.1"
}
}
},
{
"category": "product_version",
"name": "7.5.0",
"product": {
"name": "Oracle Communications 7.5.0",
"product_id": "T050113",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.5.0"
}
}
},
{
"category": "product_version",
"name": "6.1.1",
"product": {
"name": "Oracle Communications 6.1.1",
"product_id": "T050114",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1.1"
}
}
},
{
"category": "product_version",
"name": "7.3.6",
"product": {
"name": "Oracle Communications 7.3.6",
"product_id": "T050117",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.3.6"
}
}
},
{
"category": "product_version",
"name": "7.4.0",
"product": {
"name": "Oracle Communications 7.4.0",
"product_id": "T050118",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.4.0"
}
}
},
{
"category": "product_version",
"name": "7.7.0",
"product": {
"name": "Oracle Communications 7.7.0",
"product_id": "T050119",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.7.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications \u003c=7.8.0",
"product_id": "T050120"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications \u003c=7.8.0",
"product_id": "T050120-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0.0",
"product_id": "T050121"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0.0",
"product_id": "T050121-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0",
"product_id": "T050123"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0",
"product_id": "T050123-fixed"
}
},
{
"category": "product_version",
"name": "17",
"product": {
"name": "Oracle Communications 17.0",
"product_id": "T053061",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:17.0"
}
}
},
{
"category": "product_version",
"name": "11",
"product": {
"name": "Oracle Communications 11.0",
"product_id": "T053062",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:11.0"
}
}
},
{
"category": "product_version",
"name": "8.1.0.0.0",
"product": {
"name": "Oracle Communications 8.1.0.0.0",
"product_id": "T053063",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.1.0.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.0.1.0",
"product": {
"name": "Oracle Communications 15.0.0.1.0",
"product_id": "T053064",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.1.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.0.0",
"product": {
"name": "Oracle Communications \u003c=7.0.0",
"product_id": "T053065"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.0.0",
"product": {
"name": "Oracle Communications \u003c=7.0.0",
"product_id": "T053065-fixed"
}
},
{
"category": "product_version",
"name": "25.1.204",
"product": {
"name": "Oracle Communications 25.1.204",
"product_id": "T053066",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.204"
}
}
},
{
"category": "product_version",
"name": "25.2.200",
"product": {
"name": "Oracle Communications 25.2.200",
"product_id": "T053067",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.2.200"
}
}
},
{
"category": "product_version",
"name": "6.1.0.0.0",
"product": {
"name": "Oracle Communications 6.1.0.0.0",
"product_id": "T053068",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1.0.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=17.1",
"product": {
"name": "Oracle Communications \u003c=17.1",
"product_id": "T053069"
}
},
{
"category": "product_version_range",
"name": "\u003c=17.1",
"product": {
"name": "Oracle Communications \u003c=17.1",
"product_id": "T053069-fixed"
}
},
{
"category": "product_version",
"name": "10.1.0",
"product": {
"name": "Oracle Communications 10.1.0",
"product_id": "T053070",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.1.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0",
"product_id": "T053071"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0",
"product_id": "T053071-fixed"
}
},
{
"category": "product_version",
"name": "47.0.0.1.0",
"product": {
"name": "Oracle Communications 47.0.0.1.0",
"product_id": "T053072",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:47.0.0.1.0"
}
}
},
{
"category": "product_version",
"name": "8.0.0.6.0",
"product": {
"name": "Oracle Communications 8.0.0.6.0",
"product_id": "T053073",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.0.0.6.0"
}
}
},
{
"category": "product_version",
"name": "8.1.0.5.0",
"product": {
"name": "Oracle Communications 8.1.0.5.0",
"product_id": "T053074",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.1.0.5.0"
}
}
},
{
"category": "product_version",
"name": "8.2.0.2.0",
"product": {
"name": "Oracle Communications 8.2.0.2.0",
"product_id": "T053075",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.2.0.2.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.5.1",
"product": {
"name": "Oracle Communications \u003c=7.5.1",
"product_id": "T053076"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.5.1",
"product": {
"name": "Oracle Communications \u003c=7.5.1",
"product_id": "T053076-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0.0",
"product_id": "T053077"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0.0",
"product_id": "T053077-fixed"
}
},
{
"category": "product_version",
"name": "3.0.3.4.0",
"product": {
"name": "Oracle Communications 3.0.3.4.0",
"product_id": "T053078",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:3.0.3.4.0"
}
}
},
{
"category": "product_version",
"name": "10.0.1.8.0",
"product": {
"name": "Oracle Communications 10.0.1.8.0",
"product_id": "T053079",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.1.8.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=10.5.0.2",
"product": {
"name": "Oracle Communications \u003c=10.5.0.2",
"product_id": "T053080"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.5.0.2",
"product": {
"name": "Oracle Communications \u003c=10.5.0.2",
"product_id": "T053080-fixed"
}
},
{
"category": "product_version",
"name": "7.6.0",
"product": {
"name": "Oracle Communications 7.6.0",
"product_id": "T053081",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.6.0"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-0341",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2021-0341"
},
{
"cve": "CVE-2023-34453",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-34453"
},
{
"cve": "CVE-2024-45339",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-5535",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-8184",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-8184"
},
{
"cve": "CVE-2025-12383",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12383"
},
{
"cve": "CVE-2025-12543",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12543"
},
{
"cve": "CVE-2025-13151",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-13151"
},
{
"cve": "CVE-2025-14017",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-14017"
},
{
"cve": "CVE-2025-14104",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-14104"
},
{
"cve": "CVE-2025-15284",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-15284"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-26333",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-26791",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-26791"
},
{
"cve": "CVE-2025-27821",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27821"
},
{
"cve": "CVE-2025-32990",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-32990"
},
{
"cve": "CVE-2025-33042",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-33042"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-41253",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41253"
},
{
"cve": "CVE-2025-48795",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48795"
},
{
"cve": "CVE-2025-48913",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48913"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-52967",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-52967"
},
{
"cve": "CVE-2025-5318",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-5372",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5372"
},
{
"cve": "CVE-2025-55130",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-55754",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55754"
},
{
"cve": "CVE-2025-58050",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58050"
},
{
"cve": "CVE-2025-58057",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-58181",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-61984",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-61984"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66566",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66566"
},
{
"cve": "CVE-2025-67635",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-67635"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-68615",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68615"
},
{
"cve": "CVE-2025-68973",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68973"
},
{
"cve": "CVE-2025-69223",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-69223"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-8194",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9900"
},
{
"cve": "CVE-2026-0861",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-0861"
},
{
"cve": "CVE-2026-1642",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-1642"
},
{
"cve": "CVE-2026-21441",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21441"
},
{
"cve": "CVE-2026-21452",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21452"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21945",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21945"
},
{
"cve": "CVE-2026-22022",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-22022"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-23903",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-23903"
},
{
"cve": "CVE-2026-24734",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-24734"
},
{
"cve": "CVE-2026-25210",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25210"
},
{
"cve": "CVE-2026-25646",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25646"
},
{
"cve": "CVE-2026-25968",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25968"
},
{
"cve": "CVE-2026-26007",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-26007"
},
{
"cve": "CVE-2026-27099",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-27099"
},
{
"cve": "CVE-2026-3288",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-3288"
},
{
"cve": "CVE-2026-33870",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-33870"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…