Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-1999 (GCVE-0-2023-1999)
Vulnerability from cvelistv5 – Published: 2023-06-20 11:28 – Updated: 2025-02-13 16:39- CWE-416 - Use After Free
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T06:05:27.124Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://chromium.googlesource.com/webm/libwebp"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202309-05"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-1999",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-26T19:14:09.901555Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-26T19:14:21.862Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://chromium.googlesource.com/webm/libwebp",
"defaultStatus": "unaffected",
"packageName": "libwebp",
"product": "libwebp",
"repo": "https://chromium.googlesource.com/",
"vendor": "Chromium",
"versions": [
{
"lessThan": "1.3.1",
"status": "affected",
"version": "0.4.2",
"versionType": "custom"
},
{
"lessThan": "1.3.0-8-ga486d800",
"status": "affected",
"version": "0.4.2",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "There exists a use after free/double free in libwebp. An attacker can use the\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.\u0026nbsp;\u003c/span\u003e\u003cbr\u003e"
}
],
"value": "There exists a use after free/double free in libwebp. An attacker can use the\u00a0ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free."
}
],
"impacts": [
{
"capecId": "CAPEC-233",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-233 Privilege Escalation"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-17T08:07:00.899Z",
"orgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"shortName": "Google"
},
"references": [
{
"url": "https://chromium.googlesource.com/webm/libwebp"
},
{
"url": "https://security.gentoo.org/glsa/202309-05"
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "Use after free in libwebp",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"assignerShortName": "Google",
"cveId": "CVE-2023-1999",
"datePublished": "2023-06-20T11:28:52.547Z",
"dateReserved": "2023-04-12T09:40:34.560Z",
"dateUpdated": "2025-02-13T16:39:44.993Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-1999",
"date": "2026-06-15",
"epss": "0.00952",
"percentile": "0.56519"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmproject:libwebp:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"0.4.2\", \"versionEndExcluding\": \"1.3.1\", \"matchCriteriaId\": \"17956DAA-EA1F-40A8-8B19-EFBFDBC36DCA\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"There exists a use after free/double free in libwebp. An attacker can use the\\u00a0ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.\\u00a0\\n\"}, {\"lang\": \"es\", \"value\": \"Existe un Use After Free/Double Free en libwebp. Un atacante puede usar la funci\\u00f3n ApplyFiltersAndEncode() y hacer un bucle para liberar best.bw y asignar best = puntero trial. El segundo bucle devolver\\u00e1 0 debido a un error de memoria insuficiente en el codificador VP8, el puntero sigue asignado a trial y el AddressSanitizer intentar\\u00e1 un doble free.\"}]",
"id": "CVE-2023-1999",
"lastModified": "2024-11-21T07:40:18.897",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.6, \"impactScore\": 3.6}, {\"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}]}",
"published": "2023-06-20T12:15:09.600",
"references": "[{\"url\": \"https://chromium.googlesource.com/webm/libwebp\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://security.gentoo.org/glsa/202309-05\", \"source\": \"cve-coordination@google.com\"}, {\"url\": \"https://chromium.googlesource.com/webm/libwebp\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://security.gentoo.org/glsa/202309-05\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "cve-coordination@google.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-415\"}, {\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-1999\",\"sourceIdentifier\":\"cve-coordination@google.com\",\"published\":\"2023-06-20T12:15:09.600\",\"lastModified\":\"2025-02-13T17:16:01.293\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There exists a use after free/double free in libwebp. An attacker can use the\u00a0ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.\"},{\"lang\":\"es\",\"value\":\"Existe un Use After Free/Double Free en libwebp. Un atacante puede usar la funci\u00f3n ApplyFiltersAndEncode() y hacer un bucle para liberar best.bw y asignar best = puntero trial. El segundo bucle devolver\u00e1 0 debido a un error de memoria insuficiente en el codificador VP8, el puntero sigue asignado a trial y el AddressSanitizer intentar\u00e1 un doble free.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":3.6},{\"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}]},\"weaknesses\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"},{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmproject:libwebp:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"0.4.2\",\"versionEndExcluding\":\"1.3.1\",\"matchCriteriaId\":\"17956DAA-EA1F-40A8-8B19-EFBFDBC36DCA\"}]}]}],\"references\":[{\"url\":\"https://chromium.googlesource.com/webm/libwebp\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Product\"]},{\"url\":\"https://security.gentoo.org/glsa/202309-05\",\"source\":\"cve-coordination@google.com\"},{\"url\":\"https://chromium.googlesource.com/webm/libwebp\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://security.gentoo.org/glsa/202309-05\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://chromium.googlesource.com/webm/libwebp\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202309-05\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T06:05:27.124Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-1999\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-26T19:14:09.901555Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-26T19:14:17.211Z\"}}], \"cna\": {\"title\": \"Use after free in libwebp\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"impacts\": [{\"capecId\": \"CAPEC-233\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-233 Privilege Escalation\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://chromium.googlesource.com/\", \"vendor\": \"Chromium\", \"product\": \"libwebp\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.4.2\", \"lessThan\": \"1.3.1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"0.4.2\", \"lessThan\": \"1.3.0-8-ga486d800\", \"versionType\": \"custom\"}], \"packageName\": \"libwebp\", \"collectionURL\": \"https://chromium.googlesource.com/webm/libwebp\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://chromium.googlesource.com/webm/libwebp\"}, {\"url\": \"https://security.gentoo.org/glsa/202309-05\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There exists a use after free/double free in libwebp. An attacker can use the\\u00a0ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.\\u00a0\\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There exists a use after free/double free in libwebp. An attacker can use the\u0026nbsp;\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.\u0026nbsp;\u003c/span\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"shortName\": \"Google\", \"dateUpdated\": \"2023-06-20T11:28:52.547Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-1999\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-26T19:14:21.862Z\", \"dateReserved\": \"2023-04-12T09:40:34.560Z\", \"assignerOrgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"datePublished\": \"2023-06-20T11:28:52.547Z\", \"assignerShortName\": \"Google\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:2064-1
Vulnerability from csaf_suse - Published: 2023-04-28 08:47 - Updated: 2023-04-28 08:47| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for MozillaThunderbird",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for MozillaThunderbird fixes the following issues:\n\nUpdate to Mozilla Thunderbird 102.10.1 (MFSA 2023-15) (bsc#1210212):\n\nSecurity fixes:\n * CVE-2023-29531: Out-of-bound memory access in WebGL on macOS (bmo#1794292)\n * CVE-2023-29532: Mozilla Maintenance Service Write-lock bypass (bmo#1806394)\n * CVE-2023-29533: Fullscreen notification obscured (bmo#1798219, bmo#1814597)\n * CVE-2023-1999: Double-free in libwebp (bmo#1819244)\n * CVE-2023-29535: Potential Memory Corruption following Garbage Collector compaction (bmo#1820543)\n * CVE-2023-29536: Invalid free from JavaScript code (bmo#1821959)\n * CVE-2023-0547: Revocation status of S/Mime recipient certificates was not checked (bmo#1811298)\n * CVE-2023-29479: Hang when processing certain OpenPGP messages (bmo#1824978)\n * CVE-2023-29539: Content-Disposition filename truncation leads to Reflected File Download (bmo#1784348)\n * CVE-2023-29541: Files with malicious extensions could have been downloaded unsafely on Linux (bmo#1810191)\n * CVE-2023-29542: Bypass of file download extension restrictions (bmo#1810793, bmo#1815062)\n * CVE-2023-29545: Windows Save As dialog resolved environment variables (bmo#1823077)\n * CVE-2023-1945: Memory Corruption in Safe Browsing Code (bmo#1777588)\n * CVE-2023-29548: Incorrect optimization result on ARM64 (bmo#1822754)\n * CVE-2023-29550: Memory safety bugs fixed in Thunderbird 102.10 (bmo#1720594, bmo#1751945, bmo#1812498,\n bmo#1814217, bmo#1818357, bmo#1818762, bmo#1819493,\n bmo#1820389, bmo#1820602, bmo#1821448, bmo#1822413,\n bmo#1824828)\n \nOther fixes:\n * fixed: Messages with missing or corrupt \u0027From:\u0027 header did not display message header buttons (bmo#1793918)\n * fixed: Composer repeatedly prompted for S/MIME smartcard signing/encryption password (bmo#1828366)\n * fixed: Address Book integration did not work with macOS 11.4 Bug Sur (bmo#1720257)\n * fixed: Mexico City DST fix in Thunderbird 102.10.0 (bug 1826146) was incomplete (bmo#1827503)\n * changed: New messages will automatically select S/MIME if configured and OpenPGP is not (bmo#1793278)\n * fixed: Calendar events with timezone America/Mexico_City incorrectly applied Daylight Savings Time (bmo#1826146)\n * fixed: Security fixes\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2064,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-2064,SUSE-SLE-Product-WE-15-SP4-2023-2064,openSUSE-SLE-15.4-2023-2064",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2064-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2064-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232064-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2064-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014672.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210212",
"url": "https://bugzilla.suse.com/1210212"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0547 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1945 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1945/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1999 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29479 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29531 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29531/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29532 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29532/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29533 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29533/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29535 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29535/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29541 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29541/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29542 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29542/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29545 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29548 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29548/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29550 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29550/"
}
],
"title": "Security update for MozillaThunderbird",
"tracking": {
"current_release_date": "2023-04-28T08:47:34Z",
"generator": {
"date": "2023-04-28T08:47:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2064-1",
"initial_release_date": "2023-04-28T08:47:34Z",
"revision_history": [
{
"date": "2023-04-28T08:47:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"product": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"product_id": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"product": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"product_id": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"product": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"product_id": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.i686",
"product": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.i686",
"product_id": "MozillaThunderbird-102.10.1-150200.8.113.2.i686"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.i686",
"product": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.i686",
"product_id": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.i686"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.i686",
"product": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.i686",
"product_id": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.i686"
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"product": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"product_id": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"product": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"product_id": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"product": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"product_id": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"product": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"product_id": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"product": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"product_id": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"product": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"product_id": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"product": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"product_id": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"product": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"product_id": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"product": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"product_id": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
},
"product_reference": "MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0547"
}
],
"notes": [
{
"category": "general",
"text": "OCSP revocation status of recipient certificates was not checked when sending S/Mime encrypted email, and revoked certificates would be accepted. Thunderbird versions from 68 to 102.9.1 were affected by this bug. This vulnerability affects Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0547",
"url": "https://www.suse.com/security/cve/CVE-2023-0547"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-0547",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-0547"
},
{
"cve": "CVE-2023-1945",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1945"
}
],
"notes": [
{
"category": "general",
"text": "Unexpected data returned from the Safe Browsing API could have led to memory corruption and a potentially exploitable crash. This vulnerability affects Thunderbird \u003c 102.10 and Firefox ESR \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1945",
"url": "https://www.suse.com/security/cve/CVE-2023-1945"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-1945",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-1945"
},
{
"cve": "CVE-2023-1999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1999"
}
],
"notes": [
{
"category": "general",
"text": "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1999",
"url": "https://www.suse.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "SUSE Bug 1213054 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1213054"
},
{
"category": "external",
"summary": "SUSE Bug 1217159 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1217159"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "important"
}
],
"title": "CVE-2023-1999"
},
{
"cve": "CVE-2023-29479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29479"
}
],
"notes": [
{
"category": "general",
"text": "Ribose RNP before 0.16.3 may hang when the input is malformed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29479",
"url": "https://www.suse.com/security/cve/CVE-2023-29479"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29479",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29479"
},
{
"cve": "CVE-2023-29531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29531"
}
],
"notes": [
{
"category": "general",
"text": "An attacker could have caused an out of bounds memory access using WebGL APIs, leading to memory corruption and a potentially exploitable crash.\n\n*This bug only affects Firefox and Thunderbird for macOS. Other operating systems are unaffected.* This vulnerability affects Firefox \u003c 112, Firefox ESR \u003c 102.10, and Thunderbird \u003c 102.10.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29531",
"url": "https://www.suse.com/security/cve/CVE-2023-29531"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29531",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29531"
},
{
"cve": "CVE-2023-29532",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29532"
}
],
"notes": [
{
"category": "general",
"text": "A local attacker can trick the Mozilla Maintenance Service into applying an unsigned update file by pointing the service at an update file on a malicious SMB server. The update file can be replaced after the signature check, before the use, because the write-lock requested by the service does not work on a SMB server.\n\n*Note: This attack requires local system access and only affects Windows. Other operating systems are not affected.* This vulnerability affects Firefox \u003c 112, Firefox ESR \u003c 102.10, and Thunderbird \u003c 102.10.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29532",
"url": "https://www.suse.com/security/cve/CVE-2023-29532"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29532",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29532"
},
{
"cve": "CVE-2023-29533",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29533"
}
],
"notes": [
{
"category": "general",
"text": "A website could have obscured the fullscreen notification by using a combination of \u003ccode\u003ewindow.open\u003c/code\u003e, fullscreen requests, \u003ccode\u003ewindow.name\u003c/code\u003e assignments, and \u003ccode\u003esetInterval\u003c/code\u003e calls. This could have led to user confusion and possible spoofing attacks. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29533",
"url": "https://www.suse.com/security/cve/CVE-2023-29533"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29533",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29533"
},
{
"cve": "CVE-2023-29535",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29535"
}
],
"notes": [
{
"category": "general",
"text": "Following a Garbage Collector compaction, weak maps may have been accessed before they were correctly traced. This resulted in memory corruption and a potentially exploitable crash. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29535",
"url": "https://www.suse.com/security/cve/CVE-2023-29535"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29535",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.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 Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29535"
},
{
"cve": "CVE-2023-29536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29536"
}
],
"notes": [
{
"category": "general",
"text": "An attacker could cause the memory manager to incorrectly free a pointer that addresses attacker-controlled memory, resulting in an assertion, memory corruption, or a potentially exploitable crash. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29536",
"url": "https://www.suse.com/security/cve/CVE-2023-29536"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29536",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29536"
},
{
"cve": "CVE-2023-29539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29539"
}
],
"notes": [
{
"category": "general",
"text": "When handling the filename directive in the Content-Disposition header, the filename would be truncated if the filename contained a NULL character. This could have led to reflected file download attacks potentially tricking users to install malware. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29539",
"url": "https://www.suse.com/security/cve/CVE-2023-29539"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29539",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29539"
},
{
"cve": "CVE-2023-29541",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29541"
}
],
"notes": [
{
"category": "general",
"text": "Firefox did not properly handle downloads of files ending in \u003ccode\u003e.desktop\u003c/code\u003e, which can be interpreted to run attacker-controlled commands. \u003cbr\u003e*This bug only affects Firefox for Linux on certain Distributions. Other operating systems are unaffected, and Mozilla is unable to enumerate all affected Linux Distributions.*. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29541",
"url": "https://www.suse.com/security/cve/CVE-2023-29541"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29541",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29541"
},
{
"cve": "CVE-2023-29542",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29542"
}
],
"notes": [
{
"category": "general",
"text": "A newline in a filename could have been used to bypass the file extension security mechanisms that replace malicious file extensions such as .lnk with .download. This could have led to accidental execution of malicious code.\n\n*This bug only affects Firefox and Thunderbird on Windows. Other versions of Firefox and Thunderbird are unaffected.* This vulnerability affects Firefox \u003c 112, Firefox ESR \u003c 102.10, and Thunderbird \u003c 102.10.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29542",
"url": "https://www.suse.com/security/cve/CVE-2023-29542"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29542",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29542"
},
{
"cve": "CVE-2023-29545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29545"
}
],
"notes": [
{
"category": "general",
"text": "Similar to CVE-2023-28163, this time when choosing \u0027Save Link As\u0027, suggested filenames containing environment variable names would have resolved those in the context of the current user. \n\n*This bug only affects Firefox and Thunderbird on Windows. Other versions of Firefox and Thunderbird are unaffected.* This vulnerability affects Firefox \u003c 112, Firefox ESR \u003c 102.10, and Thunderbird \u003c 102.10.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29545",
"url": "https://www.suse.com/security/cve/CVE-2023-29545"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29545",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29545"
},
{
"cve": "CVE-2023-29548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29548"
}
],
"notes": [
{
"category": "general",
"text": "A wrong lowering instruction in the ARM64 Ion compiler resulted in a wrong optimization result. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29548",
"url": "https://www.suse.com/security/cve/CVE-2023-29548"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29548",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29548"
},
{
"cve": "CVE-2023-29550",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29550"
}
],
"notes": [
{
"category": "general",
"text": "Memory safety bugs present in Firefox 111 and Firefox ESR 102.9. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox \u003c 112, Focus for Android \u003c 112, Firefox ESR \u003c 102.10, Firefox for Android \u003c 112, and Thunderbird \u003c 102.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29550",
"url": "https://www.suse.com/security/cve/CVE-2023-29550"
},
{
"category": "external",
"summary": "SUSE Bug 1210212 for CVE-2023-29550",
"url": "https://bugzilla.suse.com/1210212"
}
],
"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 Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-common-102.10.1-150200.8.113.2.x86_64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.aarch64",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.ppc64le",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.s390x",
"openSUSE Leap 15.4:MozillaThunderbird-translations-other-102.10.1-150200.8.113.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-28T08:47:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-29550"
}
]
}
SUSE-SU-2023:2467-1
Vulnerability from csaf_suse - Published: 2023-06-08 07:45 - Updated: 2023-06-08 07:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libwebp-devel-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libwebp7-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libwebpdemux2-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libwebpmux3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libwebp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libwebp fixes the following issues:\n\n- CVE-2023-1999: Fixed a double free (bsc#1210212).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2467,SUSE-SLE-Module-Basesystem-15-SP4-2023-2467,SUSE-SLE-Module-Basesystem-15-SP5-2023-2467,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-2467,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-2467,SUSE-SLE-Product-RT-15-SP3-2023-2467,openSUSE-SLE-15.4-2023-2467,openSUSE-SLE-15.5-2023-2467",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2467-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2467-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232467-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2467-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-June/029773.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210212",
"url": "https://bugzilla.suse.com/1210212"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1999 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1999/"
}
],
"title": "Security update for libwebp",
"tracking": {
"current_release_date": "2023-06-08T07:45:04Z",
"generator": {
"date": "2023-06-08T07:45:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2467-1",
"initial_release_date": "2023-06-08T07:45:04Z",
"revision_history": [
{
"date": "2023-06-08T07:45:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebp-devel-1.0.3-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebp-tools-1.0.3-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebp7-1.0.3-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"product": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"product_id": "libwebpmux3-1.0.3-150200.3.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libwebp-devel-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product_id": "libwebp-devel-64bit-1.0.3-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebp7-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libwebp7-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product_id": "libwebp7-64bit-1.0.3-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libwebpdecoder3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product_id": "libwebpdecoder3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libwebpdemux2-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product_id": "libwebpdemux2-64bit-1.0.3-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpmux3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libwebpmux3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32",
"product_id": "libwebpmux3-64bit-1.0.3-150200.3.5.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.i586",
"product_id": "libwebp-devel-1.0.3-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp-tools-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.i586",
"product_id": "libwebp-tools-1.0.3-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp7-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebp7-1.0.3-150200.3.5.1.i586",
"product_id": "libwebp7-1.0.3-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.i586",
"product_id": "libwebpdecoder3-1.0.3-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.i586",
"product_id": "libwebpdemux2-1.0.3-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpmux3-1.0.3-150200.3.5.1.i586",
"product": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.i586",
"product_id": "libwebpmux3-1.0.3-150200.3.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebp7-1.0.3-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"product": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"product_id": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebp-devel-1.0.3-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp-tools-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebp-tools-1.0.3-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp7-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebp7-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebp7-1.0.3-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebpdemux2-1.0.3-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"product": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"product_id": "libwebpmux3-1.0.3-150200.3.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebp-devel-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebp-tools-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebp7-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpmux3-1.0.3-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"product": {
"name": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"product_id": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libwebp-devel-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libwebp7-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libwebpmux3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.aarch64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.s390x"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
},
"product_reference": "libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1999"
}
],
"notes": [
{
"category": "general",
"text": "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1999",
"url": "https://www.suse.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "SUSE Bug 1213054 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1213054"
},
{
"category": "external",
"summary": "SUSE Bug 1217159 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1217159"
}
],
"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 Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebp7-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.4:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.4:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-devel-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp-tools-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebp7-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebp7-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdecoder3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpdemux2-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.aarch64",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.ppc64le",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.s390x",
"openSUSE Leap 15.5:libwebpmux3-1.0.3-150200.3.5.1.x86_64",
"openSUSE Leap 15.5:libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-08T07:45:04Z",
"details": "important"
}
],
"title": "CVE-2023-1999"
}
]
}
SUSE-SU-2023:2490-1
Vulnerability from csaf_suse - Published: 2023-06-13 05:59 - Updated: 2023-06-13 05:59| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP4:libwebp6-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP5:libwebp6-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libwebp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libwebp fixes the following issues:\n\n- CVE-2023-1999: Fixed a double free (bsc#1210212).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2490,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-2490,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-2490,SUSE-SLE-Product-WE-15-SP4-2023-2490,SUSE-SLE-Product-WE-15-SP5-2023-2490,openSUSE-SLE-15.4-2023-2490",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2490-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2490-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232490-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2490-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015173.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210212",
"url": "https://bugzilla.suse.com/1210212"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1999 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1999/"
}
],
"title": "Security update for libwebp",
"tracking": {
"current_release_date": "2023-06-13T05:59:38Z",
"generator": {
"date": "2023-06-13T05:59:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2490-1",
"initial_release_date": "2023-06-13T05:59:38Z",
"revision_history": [
{
"date": "2023-06-13T05:59:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebp-devel-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebp-devel-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebp-tools-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebp-tools-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp6-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebp6-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebp6-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebpdecoder2-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebpdemux2-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebpdemux2-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebpextras0-0.5.0-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"product": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"product_id": "libwebpmux2-0.5.0-150000.3.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebp-devel-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebp-devel-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebp6-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebp6-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebp6-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebpdecoder2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebpdecoder2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebpdemux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebpdemux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpextras0-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebpextras0-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebpextras0-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpmux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "libwebpmux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32",
"product_id": "libwebpmux2-64bit-0.5.0-150000.3.11.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebp-devel-0.5.0-150000.3.11.1.i586",
"product_id": "libwebp-devel-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebp-tools-0.5.0-150000.3.11.1.i586",
"product_id": "libwebp-tools-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp6-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebp6-0.5.0-150000.3.11.1.i586",
"product_id": "libwebp6-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.i586",
"product_id": "libwebpdecoder2-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebpdemux2-0.5.0-150000.3.11.1.i586",
"product_id": "libwebpdemux2-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpextras0-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.i586",
"product_id": "libwebpextras0-0.5.0-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpmux2-0.5.0-150000.3.11.1.i586",
"product": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.i586",
"product_id": "libwebpmux2-0.5.0-150000.3.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebp-devel-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebp-devel-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebp-tools-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebp-tools-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp6-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebp6-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebp6-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebpdemux2-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebpdemux2-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebpextras0-0.5.0-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"product": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"product_id": "libwebpmux2-0.5.0-150000.3.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebp-devel-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebp-devel-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebp-tools-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebp-tools-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp6-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebp6-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebp6-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebpdecoder2-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebpdemux2-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebpdemux2-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpextras0-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebpextras0-0.5.0-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpmux2-0.5.0-150000.3.11.1.s390x",
"product": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.s390x",
"product_id": "libwebpmux2-0.5.0-150000.3.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebp-devel-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebp-devel-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-devel-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebp-devel-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebp-devel-32bit-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebp-tools-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebp-tools-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp6-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebp6-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebp6-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpdecoder2-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpdemux2-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpdemux2-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux2-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpdemux2-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpdemux2-32bit-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpextras0-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpmux2-0.5.0-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64",
"product": {
"name": "libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64",
"product_id": "libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP5",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP4",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4:libwebp6-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP5",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP5:libwebp6-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.aarch64"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.ppc64le"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.s390x"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.aarch64"
},
"product_reference": "libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le"
},
"product_reference": "libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.s390x"
},
"product_reference": "libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder2-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.aarch64"
},
"product_reference": "libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.ppc64le"
},
"product_reference": "libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.s390x"
},
"product_reference": "libwebpextras0-0.5.0-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpextras0-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.aarch64"
},
"product_reference": "libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.ppc64le"
},
"product_reference": "libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.s390x"
},
"product_reference": "libwebpmux2-0.5.0-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux2-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64"
},
"product_reference": "libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1999"
}
],
"notes": [
{
"category": "general",
"text": "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP5:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1999",
"url": "https://www.suse.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "SUSE Bug 1213054 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1213054"
},
{
"category": "external",
"summary": "SUSE Bug 1217159 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1217159"
}
],
"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 Package Hub 15 SP4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP5:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP5:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebp6-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebp6-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpdecoder2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpdecoder2-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpextras0-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpextras0-32bit-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.aarch64",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.ppc64le",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.s390x",
"openSUSE Leap 15.4:libwebpmux2-0.5.0-150000.3.11.1.x86_64",
"openSUSE Leap 15.4:libwebpmux2-32bit-0.5.0-150000.3.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-13T05:59:38Z",
"details": "important"
}
],
"title": "CVE-2023-1999"
}
]
}
SUSE-SU-2023:2552-1
Vulnerability from csaf_suse - Published: 2023-06-20 07:50 - Updated: 2023-06-20 07:50| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libwebp5-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libwebp5-32bit-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libwebpdemux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libwebpmux1-0.4.3-4.10.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libwebp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libwebp fixes the following issues:\n\n- CVE-2023-1999: Fixed double free (bsc#1210212).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "HPE-Helion-OpenStack-8-2023-2552,SUSE-2023-2552,SUSE-OpenStack-Cloud-8-2023-2552,SUSE-OpenStack-Cloud-9-2023-2552,SUSE-OpenStack-Cloud-Crowbar-8-2023-2552,SUSE-OpenStack-Cloud-Crowbar-9-2023-2552,SUSE-SLE-SAP-12-SP4-2023-2552,SUSE-SLE-SDK-12-SP5-2023-2552,SUSE-SLE-SERVER-12-SP2-BCL-2023-2552,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-2552,SUSE-SLE-SERVER-12-SP4-LTSS-2023-2552,SUSE-SLE-SERVER-12-SP5-2023-2552",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2552-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2552-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232552-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2552-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015241.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210212",
"url": "https://bugzilla.suse.com/1210212"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1999 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1999/"
}
],
"title": "Security update for libwebp",
"tracking": {
"current_release_date": "2023-06-20T07:50:35Z",
"generator": {
"date": "2023-06-20T07:50:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2552-1",
"initial_release_date": "2023-06-20T07:50:35Z",
"revision_history": [
{
"date": "2023-06-20T07:50:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.aarch64",
"product_id": "libwebp-devel-0.4.3-4.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.aarch64",
"product_id": "libwebp-tools-0.4.3-4.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebp5-0.4.3-4.10.1.aarch64",
"product_id": "libwebp5-0.4.3-4.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.aarch64",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"product_id": "libwebpdemux1-0.4.3-4.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.aarch64",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.aarch64",
"product_id": "libwebpmux1-0.4.3-4.10.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp5-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product": {
"name": "libwebp5-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product_id": "libwebp5-64bit-0.4.3-4.10.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product": {
"name": "libwebpdecoder1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product_id": "libwebpdecoder1-64bit-0.4.3-4.10.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product": {
"name": "libwebpdemux1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product_id": "libwebpdemux1-64bit-0.4.3-4.10.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libwebpmux1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product": {
"name": "libwebpmux1-64bit-0.4.3-4.10.1.aarch64_ilp32",
"product_id": "libwebpmux1-64bit-0.4.3-4.10.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.i586",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.i586",
"product_id": "libwebp-devel-0.4.3-4.10.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.i586",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.i586",
"product_id": "libwebp-tools-0.4.3-4.10.1.i586"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.i586",
"product": {
"name": "libwebp5-0.4.3-4.10.1.i586",
"product_id": "libwebp5-0.4.3-4.10.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.i586",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.i586",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.i586",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.i586",
"product_id": "libwebpdemux1-0.4.3-4.10.1.i586"
}
},
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.i586",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.i586",
"product_id": "libwebpmux1-0.4.3-4.10.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.ppc64le",
"product_id": "libwebp-devel-0.4.3-4.10.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.ppc64le",
"product_id": "libwebp-tools-0.4.3-4.10.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebp5-0.4.3-4.10.1.ppc64le",
"product_id": "libwebp5-0.4.3-4.10.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"product_id": "libwebpdemux1-0.4.3-4.10.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.ppc64le",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.ppc64le",
"product_id": "libwebpmux1-0.4.3-4.10.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.s390",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.s390",
"product_id": "libwebp-devel-0.4.3-4.10.1.s390"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.s390",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.s390",
"product_id": "libwebp-tools-0.4.3-4.10.1.s390"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.s390",
"product": {
"name": "libwebp5-0.4.3-4.10.1.s390",
"product_id": "libwebp5-0.4.3-4.10.1.s390"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.s390",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.s390",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.s390"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.s390",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.s390",
"product_id": "libwebpdemux1-0.4.3-4.10.1.s390"
}
},
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.s390",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.s390",
"product_id": "libwebpmux1-0.4.3-4.10.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.s390x",
"product_id": "libwebp-devel-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.s390x",
"product_id": "libwebp-tools-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebp5-0.4.3-4.10.1.s390x",
"product_id": "libwebp5-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebp5-32bit-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebp5-32bit-0.4.3-4.10.1.s390x",
"product_id": "libwebp5-32bit-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.s390x",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-32bit-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpdecoder1-32bit-0.4.3-4.10.1.s390x",
"product_id": "libwebpdecoder1-32bit-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.s390x",
"product_id": "libwebpdemux1-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-32bit-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpdemux1-32bit-0.4.3-4.10.1.s390x",
"product_id": "libwebpdemux1-32bit-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.s390x",
"product_id": "libwebpmux1-0.4.3-4.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libwebpmux1-32bit-0.4.3-4.10.1.s390x",
"product": {
"name": "libwebpmux1-32bit-0.4.3-4.10.1.s390x",
"product_id": "libwebpmux1-32bit-0.4.3-4.10.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebpmux1-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64",
"product_id": "libwebpmux1-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-devel-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebp-devel-0.4.3-4.10.1.x86_64",
"product_id": "libwebp-devel-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp-tools-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebp-tools-0.4.3-4.10.1.x86_64",
"product_id": "libwebp-tools-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp5-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebp5-0.4.3-4.10.1.x86_64",
"product_id": "libwebp5-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"product_id": "libwebp5-32bit-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpdecoder1-0.4.3-4.10.1.x86_64",
"product_id": "libwebpdecoder1-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdecoder1-32bit-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpdecoder1-32bit-0.4.3-4.10.1.x86_64",
"product_id": "libwebpdecoder1-32bit-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"product_id": "libwebpdemux1-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpdemux1-32bit-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpdemux1-32bit-0.4.3-4.10.1.x86_64",
"product_id": "libwebpdemux1-32bit-0.4.3-4.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwebpmux1-32bit-0.4.3-4.10.1.x86_64",
"product": {
"name": "libwebpmux1-32bit-0.4.3-4.10.1.x86_64",
"product_id": "libwebpmux1-32bit-0.4.3-4.10.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "HPE Helion OpenStack 8",
"product": {
"name": "HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:hpe-helion-openstack:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 8",
"product": {
"name": "SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 8",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-bcl:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-espos:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebp5-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebp-devel-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebp-devel-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp-devel-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp-devel-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpdecoder1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder1-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebpdecoder1-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdecoder1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdecoder1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpmux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpmux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebp5-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebp5-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebp5-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp5-32bit-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebp5-32bit-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebpdemux1-0.4.3-4.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64"
},
"product_reference": "libwebpdemux1-0.4.3-4.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1999"
}
],
"notes": [
{
"category": "general",
"text": "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpmux1-0.4.3-4.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1999",
"url": "https://www.suse.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "SUSE Bug 1213054 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1213054"
},
{
"category": "external",
"summary": "SUSE Bug 1217159 for CVE-2023-1999",
"url": "https://bugzilla.suse.com/1217159"
}
],
"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": [
"HPE Helion OpenStack 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpmux1-0.4.3-4.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebp-devel-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpdecoder1-0.4.3-4.10.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud 9:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libwebpmux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebp5-32bit-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpdemux1-0.4.3-4.10.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libwebpmux1-0.4.3-4.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-06-20T07:50:35Z",
"details": "important"
}
],
"title": "CVE-2023-1999"
}
]
}
WID-SEC-W-2023-1133
Vulnerability from csaf_certbund - Published: 2023-05-02 22:00 - Updated: 2023-07-30 22:00Es existiert eine Schwachstelle in Red Hat Enterprise Linux und Oracle Linux. Diese ist auf einen Double-Free-Fehler in der Komponente libwebp zurückzuführen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuführen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM
|
cpe:/a:ibm:qradar_siem:7.5
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux libwebp
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
Oracle Linux libwebp
Oracle
|
cpe:/o:oracle:linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.\r\nOracle Linux ist ein Open Source Betriebssystem, welches unter der GNU General Public License (GPL) verf\u00fcgbar ist.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux und Oracle Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1133 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1133.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1133 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1133"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2023:2077 vom 2023-07-28",
"url": "https://lists.centos.org/pipermail/centos-announce/2023-July/086413.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6078-2 vom 2023-07-18",
"url": "https://ubuntu.com/security/notices/USN-6078-2"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7010099 vom 2023-07-06",
"url": "https://www.ibm.com/support/pages/node/7010099"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2552-1 vom 2023-06-21",
"url": "http://www.auscert.org.au/bulletins/ESB-2023.3508"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2467-1 vom 2023-06-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015118.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5408 vom 2023-05-21",
"url": "https://lists.debian.org/debian-security-announce/2023/msg00099.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory vom 2023-05-02",
"url": "https://linux.oracle.com/errata/ELSA-2023-2078.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory vom 2023-05-02",
"url": "https://linux.oracle.com/errata/ELSA-2023-2077.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory vom 2023-05-02",
"url": "https://linux.oracle.com/errata/ELSA-2023-2076.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2085 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2085"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2084 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2084"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2078 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2078"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2077 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2077"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2076 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2076"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2075 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2075"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2073 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2073"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2072 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2072"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (libwebp): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2023-07-30T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:50:19.446+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1133",
"initial_release_date": "2023-05-02T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-05-02T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-05-21T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-06-08T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-06-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-07-06T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-07-18T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-07-30T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von CentOS aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM QRadar SIEM 7.5",
"product": {
"name": "IBM QRadar SIEM 7.5",
"product_id": "T022954",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source CentOS",
"product": {
"name": "Open Source CentOS",
"product_id": "1727",
"product_identification_helper": {
"cpe": "cpe:/o:centos:centos:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux libwebp",
"product": {
"name": "Oracle Linux libwebp",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux libwebp",
"product": {
"name": "Red Hat Enterprise Linux libwebp",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1999",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux und Oracle Linux. Diese ist auf einen Double-Free-Fehler in der Komponente libwebp zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T022954",
"2951",
"T002207",
"67646",
"T000126",
"1727",
"T004914"
]
},
"release_date": "2023-05-02T22:00:00.000+00:00",
"title": "CVE-2023-1999"
}
]
}
WID-SEC-W-2023-1812
Vulnerability from csaf_certbund - Published: 2023-07-18 22:00 - Updated: 2023-07-20 22:00In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "HOCH" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 23.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.2.0
|
— | |
|
Oracle Communications 6.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.2.0
|
— | |
|
Oracle Communications 22.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.3
|
— | |
|
Oracle Communications 23.1.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.2
|
— | |
|
Oracle Communications 22.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.1
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 22.3.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.3.2
|
— | |
|
Oracle Communications 5.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0
|
— | |
|
Oracle Communications 23.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.1
|
— | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
— | |
|
Oracle Communications 8.6.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.6.0.0
|
— | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
— | |
|
Oracle Communications 22.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.2
|
— | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
— | |
|
Oracle Communications 9.1.1.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.5.0
|
— |
{
"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": "- UNIX\n- Linux\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1812 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1812.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1812 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1812"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2263-2 vom 2023-07-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015545.html"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle Communications vom 2023-07-18",
"url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-07-20T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:55:52.927+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1812",
"initial_release_date": "2023-07-18T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-07-18T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-07-20T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Communications 5.0",
"product": {
"name": "Oracle Communications 5.0",
"product_id": "T021645",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 8.6.0.0",
"product": {
"name": "Oracle Communications 8.6.0.0",
"product_id": "T024970",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.6.0.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 22.4.0",
"product": {
"name": "Oracle Communications 22.4.0",
"product_id": "T024981",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 22.3.2",
"product": {
"name": "Oracle Communications 22.3.2",
"product_id": "T025865",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.3.2"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 22.4.1",
"product": {
"name": "Oracle Communications 22.4.1",
"product_id": "T025869",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.1"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 23.1.0",
"product": {
"name": "Oracle Communications 23.1.0",
"product_id": "T027326",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.1.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 22.4.2",
"product": {
"name": "Oracle Communications 22.4.2",
"product_id": "T027327",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.2"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 23.1.1",
"product": {
"name": "Oracle Communications 23.1.1",
"product_id": "T027329",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.1.1"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 22.4.3",
"product": {
"name": "Oracle Communications 22.4.3",
"product_id": "T028680",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.3"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 23.1.2",
"product": {
"name": "Oracle Communications 23.1.2",
"product_id": "T028681",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.1.2"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 23.2.0",
"product": {
"name": "Oracle Communications 23.2.0",
"product_id": "T028682",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.2.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 6.2.0",
"product": {
"name": "Oracle Communications 6.2.0",
"product_id": "T028683",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.2.0"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 5.1",
"product": {
"name": "Oracle Communications 5.1",
"product_id": "T028684",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.1"
}
}
},
{
"category": "product_name",
"name": "Oracle Communications 9.1.1.5.0",
"product": {
"name": "Oracle Communications 9.1.1.5.0",
"product_id": "T028685",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.1.5.0"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-30861",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-30861"
},
{
"cve": "CVE-2023-29007",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-28856",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-28856"
},
{
"cve": "CVE-2023-28708",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-28708"
},
{
"cve": "CVE-2023-28484",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-28484"
},
{
"cve": "CVE-2023-27901",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-27901"
},
{
"cve": "CVE-2023-26049",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-26049"
},
{
"cve": "CVE-2023-25194",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-25194"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-23931",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-23931"
},
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-21971",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-21971"
},
{
"cve": "CVE-2023-20873",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-20873"
},
{
"cve": "CVE-2023-20863",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-20863"
},
{
"cve": "CVE-2023-20862",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-20862"
},
{
"cve": "CVE-2023-20861",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-20861"
},
{
"cve": "CVE-2023-1999",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-1999"
},
{
"cve": "CVE-2023-1436",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-1436"
},
{
"cve": "CVE-2023-1370",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-0767",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-0767"
},
{
"cve": "CVE-2023-0361",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-0361"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2022-45787",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-45787"
},
{
"cve": "CVE-2022-45688",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2022-45061",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-4450",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-41881",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-41881"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-36944",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-36944"
},
{
"cve": "CVE-2022-2963",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-2963"
},
{
"cve": "CVE-2022-25147",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-1471",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2022-1471"
},
{
"cve": "CVE-2021-40528",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2021-40528"
},
{
"cve": "CVE-2021-25220",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2021-25220"
},
{
"cve": "CVE-2020-10735",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T028682",
"T028683",
"T028680",
"T028681",
"T025869",
"T002207",
"T025865",
"T021645",
"T027329",
"T027326",
"T024970",
"T024981",
"T027327",
"T028684",
"T028685"
]
},
"release_date": "2023-07-18T22:00:00.000+00:00",
"title": "CVE-2020-10735"
}
]
}
WID-SEC-W-2023-2031
Vulnerability from csaf_certbund - Published: 2023-08-09 22:00 - Updated: 2024-08-08 22:00In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7_for_solaris
|
v7 for Solaris | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- 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-2023-2031 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2031.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2031 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2031"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-08-09",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-011_FFPSv7-S11_MediaInstall_Aug2023.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-08-09",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-012_FFPSv2_Win10_SecurityBulletin_Aug2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-013 vom 2023-08-24",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/08/Xerox-Security-Bulletin-XRX23-013-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-2331 vom 2023-11-02",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2331.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202408-17 vom 2024-08-09",
"url": "https://security.gentoo.org/glsa/202408-17"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-08-08T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:56:55.155+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-2031",
"initial_release_date": "2023-08-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-02T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-08-08T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T014888",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v7 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v7 for Solaris",
"product_id": "T029230",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7_for_solaris"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2004-0687",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2004-0687"
},
{
"cve": "CVE-2020-23903",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2020-23903"
},
{
"cve": "CVE-2020-23904",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2020-23904"
},
{
"cve": "CVE-2021-33621",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-33621"
},
{
"cve": "CVE-2021-33657",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-33657"
},
{
"cve": "CVE-2021-3575",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-3575"
},
{
"cve": "CVE-2021-3618",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-3618"
},
{
"cve": "CVE-2021-43618",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-43618"
},
{
"cve": "CVE-2022-2097",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-21123",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21123"
},
{
"cve": "CVE-2022-21125",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21125"
},
{
"cve": "CVE-2022-21127",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21127"
},
{
"cve": "CVE-2022-21166",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21166"
},
{
"cve": "CVE-2022-21589",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21589"
},
{
"cve": "CVE-2022-21592",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21592"
},
{
"cve": "CVE-2022-21608",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21608"
},
{
"cve": "CVE-2022-21617",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21617"
},
{
"cve": "CVE-2022-28805",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-28805"
},
{
"cve": "CVE-2022-30115",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-30115"
},
{
"cve": "CVE-2022-31783",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-31783"
},
{
"cve": "CVE-2022-33099",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-33099"
},
{
"cve": "CVE-2022-3729",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-3729"
},
{
"cve": "CVE-2022-37290",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-37290"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-39348",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-39348"
},
{
"cve": "CVE-2022-40897",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41717",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41720",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41722",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41722"
},
{
"cve": "CVE-2022-41723",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41725"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-43551",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-43551"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-44617",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44617"
},
{
"cve": "CVE-2022-44792",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44792"
},
{
"cve": "CVE-2022-44793",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44793"
},
{
"cve": "CVE-2022-46285",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46285"
},
{
"cve": "CVE-2022-46663",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46663"
},
{
"cve": "CVE-2022-46908",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-4743",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4743"
},
{
"cve": "CVE-2022-48303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-48303"
},
{
"cve": "CVE-2022-4883",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4883"
},
{
"cve": "CVE-2022-4904",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4904"
},
{
"cve": "CVE-2023-0002",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0002"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0494",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0494"
},
{
"cve": "CVE-2023-0547",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0547"
},
{
"cve": "CVE-2023-1161",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1161"
},
{
"cve": "CVE-2023-1945",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1945"
},
{
"cve": "CVE-2023-1992",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1992"
},
{
"cve": "CVE-2023-1993",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1993"
},
{
"cve": "CVE-2023-1994",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1994"
},
{
"cve": "CVE-2023-1999",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1999"
},
{
"cve": "CVE-2023-21526",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21526"
},
{
"cve": "CVE-2023-21756",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21756"
},
{
"cve": "CVE-2023-21911",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21911"
},
{
"cve": "CVE-2023-21912",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21912"
},
{
"cve": "CVE-2023-21919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21919"
},
{
"cve": "CVE-2023-21920",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21920"
},
{
"cve": "CVE-2023-21929",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21929"
},
{
"cve": "CVE-2023-21933",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21933"
},
{
"cve": "CVE-2023-21935",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21935"
},
{
"cve": "CVE-2023-21940",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21940"
},
{
"cve": "CVE-2023-21945",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21945"
},
{
"cve": "CVE-2023-21946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21946"
},
{
"cve": "CVE-2023-21947",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21947"
},
{
"cve": "CVE-2023-21953",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21953"
},
{
"cve": "CVE-2023-21955",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21955"
},
{
"cve": "CVE-2023-21962",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21962"
},
{
"cve": "CVE-2023-21966",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21966"
},
{
"cve": "CVE-2023-21972",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21972"
},
{
"cve": "CVE-2023-21976",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21976"
},
{
"cve": "CVE-2023-21977",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21977"
},
{
"cve": "CVE-2023-21980",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21980"
},
{
"cve": "CVE-2023-21982",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21982"
},
{
"cve": "CVE-2023-21995",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21995"
},
{
"cve": "CVE-2023-22006",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22006"
},
{
"cve": "CVE-2023-22023",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22023"
},
{
"cve": "CVE-2023-22036",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22036"
},
{
"cve": "CVE-2023-22041",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22041"
},
{
"cve": "CVE-2023-22044",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22044"
},
{
"cve": "CVE-2023-22045",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22045"
},
{
"cve": "CVE-2023-22049",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22049"
},
{
"cve": "CVE-2023-23931",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-23931"
},
{
"cve": "CVE-2023-24021",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24021"
},
{
"cve": "CVE-2023-24532",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2023-24534",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-24932",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24932"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25652",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25815",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25815"
},
{
"cve": "CVE-2023-26767",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26767"
},
{
"cve": "CVE-2023-26768",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26768"
},
{
"cve": "CVE-2023-26769",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26769"
},
{
"cve": "CVE-2023-2731",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-2731"
},
{
"cve": "CVE-2023-27320",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-27320"
},
{
"cve": "CVE-2023-27522",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2023-28005",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28005"
},
{
"cve": "CVE-2023-28484",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28484"
},
{
"cve": "CVE-2023-28486",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28486"
},
{
"cve": "CVE-2023-28487",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28487"
},
{
"cve": "CVE-2023-28709",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28709"
},
{
"cve": "CVE-2023-28755",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28755"
},
{
"cve": "CVE-2023-28756",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28756"
},
{
"cve": "CVE-2023-29007",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-29400",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29400"
},
{
"cve": "CVE-2023-29469",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29469"
},
{
"cve": "CVE-2023-29479",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29479"
},
{
"cve": "CVE-2023-29531",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29531"
},
{
"cve": "CVE-2023-29532",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29532"
},
{
"cve": "CVE-2023-29533",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29533"
},
{
"cve": "CVE-2023-29535",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29535"
},
{
"cve": "CVE-2023-29536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29536"
},
{
"cve": "CVE-2023-29539",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29539"
},
{
"cve": "CVE-2023-29541",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29541"
},
{
"cve": "CVE-2023-29542",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29542"
},
{
"cve": "CVE-2023-29545",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29545"
},
{
"cve": "CVE-2023-29548",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29548"
},
{
"cve": "CVE-2023-29550",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29550"
},
{
"cve": "CVE-2023-30086",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30086"
},
{
"cve": "CVE-2023-30608",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30608"
},
{
"cve": "CVE-2023-30774",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30774"
},
{
"cve": "CVE-2023-30775",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30775"
},
{
"cve": "CVE-2023-31047",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-31047"
},
{
"cve": "CVE-2023-31284",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-31284"
},
{
"cve": "CVE-2023-32034",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32034"
},
{
"cve": "CVE-2023-32035",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32035"
},
{
"cve": "CVE-2023-32038",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32038"
},
{
"cve": "CVE-2023-32039",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32039"
},
{
"cve": "CVE-2023-32040",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32040"
},
{
"cve": "CVE-2023-32041",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32041"
},
{
"cve": "CVE-2023-32042",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32042"
},
{
"cve": "CVE-2023-32043",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32043"
},
{
"cve": "CVE-2023-32044",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32044"
},
{
"cve": "CVE-2023-32045",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32045"
},
{
"cve": "CVE-2023-32046",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32046"
},
{
"cve": "CVE-2023-32049",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32049"
},
{
"cve": "CVE-2023-32053",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32053"
},
{
"cve": "CVE-2023-32054",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32054"
},
{
"cve": "CVE-2023-32055",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32055"
},
{
"cve": "CVE-2023-32057",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32057"
},
{
"cve": "CVE-2023-32085",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32085"
},
{
"cve": "CVE-2023-32205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32205"
},
{
"cve": "CVE-2023-32206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32206"
},
{
"cve": "CVE-2023-32207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32207"
},
{
"cve": "CVE-2023-32208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32208"
},
{
"cve": "CVE-2023-32209",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32209"
},
{
"cve": "CVE-2023-32210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32210"
},
{
"cve": "CVE-2023-32211",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32211"
},
{
"cve": "CVE-2023-32212",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32212"
},
{
"cve": "CVE-2023-32213",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32213"
},
{
"cve": "CVE-2023-32214",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32214"
},
{
"cve": "CVE-2023-32215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32215"
},
{
"cve": "CVE-2023-32216",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32216"
},
{
"cve": "CVE-2023-32324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32324"
},
{
"cve": "CVE-2023-33134",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33134"
},
{
"cve": "CVE-2023-33154",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33154"
},
{
"cve": "CVE-2023-33157",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33157"
},
{
"cve": "CVE-2023-33160",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33160"
},
{
"cve": "CVE-2023-33164",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33164"
},
{
"cve": "CVE-2023-33166",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33166"
},
{
"cve": "CVE-2023-33167",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33167"
},
{
"cve": "CVE-2023-33168",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33168"
},
{
"cve": "CVE-2023-33169",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33169"
},
{
"cve": "CVE-2023-33172",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33172"
},
{
"cve": "CVE-2023-33173",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33173"
},
{
"cve": "CVE-2023-33174",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33174"
},
{
"cve": "CVE-2023-34414",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34414"
},
{
"cve": "CVE-2023-34415",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34415"
},
{
"cve": "CVE-2023-34416",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34416"
},
{
"cve": "CVE-2023-34417",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34417"
},
{
"cve": "CVE-2023-3482",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-3482"
},
{
"cve": "CVE-2023-34981",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34981"
},
{
"cve": "CVE-2023-35296",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35296"
},
{
"cve": "CVE-2023-35297",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35297"
},
{
"cve": "CVE-2023-35299",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35299"
},
{
"cve": "CVE-2023-35300",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35300"
},
{
"cve": "CVE-2023-35302",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35302"
},
{
"cve": "CVE-2023-35303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35303"
},
{
"cve": "CVE-2023-35304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35304"
},
{
"cve": "CVE-2023-35305",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35305"
},
{
"cve": "CVE-2023-35306",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35306"
},
{
"cve": "CVE-2023-35308",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35308"
},
{
"cve": "CVE-2023-35309",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35309"
},
{
"cve": "CVE-2023-35311",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35311"
},
{
"cve": "CVE-2023-35312",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35312"
},
{
"cve": "CVE-2023-35313",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35313"
},
{
"cve": "CVE-2023-35314",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35314"
},
{
"cve": "CVE-2023-35315",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35315"
},
{
"cve": "CVE-2023-35316",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35316"
},
{
"cve": "CVE-2023-35318",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35318"
},
{
"cve": "CVE-2023-35319",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35319"
},
{
"cve": "CVE-2023-35320",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35320"
},
{
"cve": "CVE-2023-35324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35324"
},
{
"cve": "CVE-2023-35325",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35325"
},
{
"cve": "CVE-2023-35328",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35328"
},
{
"cve": "CVE-2023-35329",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35329"
},
{
"cve": "CVE-2023-35330",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35330"
},
{
"cve": "CVE-2023-35332",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35332"
},
{
"cve": "CVE-2023-35336",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35336"
},
{
"cve": "CVE-2023-35338",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35338"
},
{
"cve": "CVE-2023-35339",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35339"
},
{
"cve": "CVE-2023-35340",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35340"
},
{
"cve": "CVE-2023-35341",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35341"
},
{
"cve": "CVE-2023-35342",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35342"
},
{
"cve": "CVE-2023-35352",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35352"
},
{
"cve": "CVE-2023-35353",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35353"
},
{
"cve": "CVE-2023-35356",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35356"
},
{
"cve": "CVE-2023-35357",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35357"
},
{
"cve": "CVE-2023-35358",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35358"
},
{
"cve": "CVE-2023-35360",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35360"
},
{
"cve": "CVE-2023-35361",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35361"
},
{
"cve": "CVE-2023-35362",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35362"
},
{
"cve": "CVE-2023-35365",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35365"
},
{
"cve": "CVE-2023-35366",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35366"
},
{
"cve": "CVE-2023-35367",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35367"
},
{
"cve": "CVE-2023-3600",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-3600"
},
{
"cve": "CVE-2023-36871",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36871"
},
{
"cve": "CVE-2023-36874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36874"
},
{
"cve": "CVE-2023-36884",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36884"
},
{
"cve": "CVE-2023-37201",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37201"
},
{
"cve": "CVE-2023-37202",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37202"
},
{
"cve": "CVE-2023-37203",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37203"
},
{
"cve": "CVE-2023-37204",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37204"
},
{
"cve": "CVE-2023-37205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37205"
},
{
"cve": "CVE-2023-37206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37206"
},
{
"cve": "CVE-2023-37207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37207"
},
{
"cve": "CVE-2023-37208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37208"
},
{
"cve": "CVE-2023-37209",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37209"
},
{
"cve": "CVE-2023-37210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37210"
},
{
"cve": "CVE-2023-37211",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37211"
},
{
"cve": "CVE-2023-37212",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37212"
}
]
}
WID-SEC-W-2023-2531
Vulnerability from csaf_certbund - Published: 2023-10-01 22:00 - Updated: 2023-10-01 22:00Es existiert eine Schwachstelle in Microsoft Edge. Diese ist auf einen Double-Free-Fehler in der Komponente libwebp zurückzuführen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuführen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich.
{
"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": "Edge ist ein Web Browser von Microsoft.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Microsoft Edge ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"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-2023-2531 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2531.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2531 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2531"
},
{
"category": "external",
"summary": "Microsoft Edge Security Advisory vom 2023-10-01",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-1999"
}
],
"source_lang": "en-US",
"title": "Microsoft Edge: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2023-10-01T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:59:18.709+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-2531",
"initial_release_date": "2023-10-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-10-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Microsoft Edge Stable \u003c 117.0.2045.47",
"product": {
"name": "Microsoft Edge Stable \u003c 117.0.2045.47",
"product_id": "T030181",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:edge:stable__117.0.2045.47"
}
}
},
{
"category": "product_name",
"name": "Microsoft Edge Extended Stable Channel \u003c 116.0.1938.98",
"product": {
"name": "Microsoft Edge Extended Stable Channel \u003c 116.0.1938.98",
"product_id": "T030182",
"product_identification_helper": {
"cpe": "cpe:/a:microsoft:edge:extended_stable_channel__116.0.1938.98"
}
}
}
],
"category": "product_name",
"name": "Edge"
}
],
"category": "vendor",
"name": "Microsoft"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1999",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Microsoft Edge. Diese ist auf einen Double-Free-Fehler in der Komponente libwebp zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"release_date": "2023-10-01T22:00:00.000+00:00",
"title": "CVE-2023-1999"
}
]
}
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.