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-05-29",
"epss": "0.00353",
"percentile": "0.57879"
},
"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"
}
}
}
RHSA-2023:2077
Vulnerability from csaf_redhat - Published: 2023-05-02 08:00 - Updated: 2025-11-21 18:39The Mozilla Foundation Security Advisory describes this flaw as: A double-free in libwebp could have led to memory corruption and a potentially exploitable crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libwebp is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The libwebp packages provide a library and tools for the WebP graphics format. WebP is an image format with a lossy compression of digital photographic images. WebP consists of a codec based on the VP8 format, and a container based on the Resource Interchange File Format (RIFF). Webmasters, web developers and browser developers can use WebP to compress, archive, and distribute digital images more efficiently.\n\nSecurity Fix(es):\n\n* Mozilla: libwebp: Double-free in libwebp (CVE-2023-1999)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2077",
"url": "https://access.redhat.com/errata/RHSA-2023:2077"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2077.json"
}
],
"title": "Red Hat Security Advisory: libwebp security update",
"tracking": {
"current_release_date": "2025-11-21T18:39:43+00:00",
"generator": {
"date": "2025-11-21T18:39:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2077",
"initial_release_date": "2023-05-02T08:00:00+00:00",
"revision_history": [
{
"date": "2023-05-02T08:00:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-02T08:00:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.src",
"product": {
"name": "libwebp-0:0.3.0-11.el7.src",
"product_id": "libwebp-0:0.3.0-11.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.x86_64",
"product": {
"name": "libwebp-0:0.3.0-11.el7.x86_64",
"product_id": "libwebp-0:0.3.0-11.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"product_id": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-0:0.3.0-11.el7.x86_64",
"product": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64",
"product_id": "libwebp-java-0:0.3.0-11.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java@0.3.0-11.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"product": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"product_id": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools@0.3.0-11.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.i686",
"product": {
"name": "libwebp-0:0.3.0-11.el7.i686",
"product_id": "libwebp-0:0.3.0-11.el7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.i686",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686",
"product_id": "libwebp-devel-0:0.3.0-11.el7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.ppc",
"product": {
"name": "libwebp-0:0.3.0-11.el7.ppc",
"product_id": "libwebp-0:0.3.0-11.el7.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.ppc",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc",
"product_id": "libwebp-devel-0:0.3.0-11.el7.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=ppc"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.ppc64",
"product": {
"name": "libwebp-0:0.3.0-11.el7.ppc64",
"product_id": "libwebp-0:0.3.0-11.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"product_id": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-0:0.3.0-11.el7.ppc64",
"product": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64",
"product_id": "libwebp-java-0:0.3.0-11.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java@0.3.0-11.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"product": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"product_id": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools@0.3.0-11.el7?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.ppc64le",
"product": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le",
"product_id": "libwebp-0:0.3.0-11.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"product_id": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"product": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"product_id": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java@0.3.0-11.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"product": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"product_id": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools@0.3.0-11.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.s390",
"product": {
"name": "libwebp-0:0.3.0-11.el7.s390",
"product_id": "libwebp-0:0.3.0-11.el7.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=s390"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=s390"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.s390",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390",
"product_id": "libwebp-devel-0:0.3.0-11.el7.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:0.3.0-11.el7.s390x",
"product": {
"name": "libwebp-0:0.3.0-11.el7.s390x",
"product_id": "libwebp-0:0.3.0-11.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@0.3.0-11.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"product": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"product_id": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@0.3.0-11.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:0.3.0-11.el7.s390x",
"product": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x",
"product_id": "libwebp-devel-0:0.3.0-11.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@0.3.0-11.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-0:0.3.0-11.el7.s390x",
"product": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x",
"product_id": "libwebp-java-0:0.3.0-11.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java@0.3.0-11.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-0:0.3.0-11.el7.s390x",
"product": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x",
"product_id": "libwebp-tools-0:0.3.0-11.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools@0.3.0-11.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src"
},
"product_reference": "libwebp-0:0.3.0-11.el7.src",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-devel-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-java-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-0:0.3.0-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
},
"product_reference": "libwebp-tools-0:0.3.0-11.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Irvan Kurniawan"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-1999",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2186102"
}
],
"notes": [
{
"category": "description",
"text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA double-free in libwebp could have led to memory corruption and a potentially exploitable crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Mozilla: libwebp: Double-free in libwebp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "RHBZ#2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999"
}
],
"release_date": "2023-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-02T08:00:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Client-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Client-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7ComputeNode-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7ComputeNode-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Server-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Server-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.src",
"7Workstation-optional-7.9.Z:libwebp-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-debuginfo-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.i686",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-devel-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-java-0:0.3.0-11.el7.x86_64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.ppc64le",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.s390x",
"7Workstation-optional-7.9.Z:libwebp-tools-0:0.3.0-11.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Mozilla: libwebp: Double-free in libwebp"
}
]
}
RHSA-2023:2078
Vulnerability from csaf_redhat - Published: 2023-05-02 08:07 - Updated: 2025-11-21 18:39The Mozilla Foundation Security Advisory describes this flaw as: A double-free in libwebp could have led to memory corruption and a potentially exploitable crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libwebp is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The libwebp packages provide a library and tools for the WebP graphics format. WebP is an image format with a lossy compression of digital photographic images. WebP consists of a codec based on the VP8 format, and a container based on the Resource Interchange File Format (RIFF). Webmasters, web developers and browser developers can use WebP to compress, archive, and distribute digital images more efficiently.\n\nSecurity Fix(es):\n\n* Mozilla: libwebp: Double-free in libwebp (CVE-2023-1999)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2078",
"url": "https://access.redhat.com/errata/RHSA-2023:2078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2078.json"
}
],
"title": "Red Hat Security Advisory: libwebp security update",
"tracking": {
"current_release_date": "2025-11-21T18:39:43+00:00",
"generator": {
"date": "2025-11-21T18:39:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2078",
"initial_release_date": "2023-05-02T08:07:36+00:00",
"revision_history": [
{
"date": "2023-05-02T08:07:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-02T08:07:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.src",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.src",
"product_id": "libwebp-0:1.2.0-6.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.2.0-6.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.2.0-6.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.2.0-6.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.2.0-6.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_id": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.2.0-6.el9_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.2.0-6.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.2.0-6.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.2.0-6.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.2.0-6.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_id": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.2.0-6.el9_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-devel-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.2.0-6.el9_1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.2.0-6.el9_1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.2.0-6.el9_1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.2.0-6.el9_1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"product": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"product_id": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.2.0-6.el9_1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.2.0-6.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.2.0-6.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.2.0-6.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.2.0-6.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_id": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.2.0-6.el9_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.2.0-6.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-devel-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.2.0-6.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.2.0-6.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.2.0-6.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.2.0-6.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"product": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_id": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.2.0-6.el9_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.src"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-devel-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-devel-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686"
},
"product_reference": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le"
},
"product_reference": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x"
},
"product_reference": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Irvan Kurniawan"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-1999",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2186102"
}
],
"notes": [
{
"category": "description",
"text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA double-free in libwebp could have led to memory corruption and a potentially exploitable crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Mozilla: libwebp: Double-free in libwebp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.src",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "RHBZ#2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999"
}
],
"release_date": "2023-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-02T08:07:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.src",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2078"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.src",
"AppStream-9.1.0.Z.MAIN:libwebp-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-debugsource-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-devel-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-java-debuginfo-0:1.2.0-6.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:libwebp-tools-debuginfo-0:1.2.0-6.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Mozilla: libwebp: Double-free in libwebp"
}
]
}
RHSA-2023:2084
Vulnerability from csaf_redhat - Published: 2023-05-02 12:46 - Updated: 2025-11-21 18:39The Mozilla Foundation Security Advisory describes this flaw as: A double-free in libwebp could have led to memory corruption and a potentially exploitable crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libwebp is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The libwebp packages provide a library and tools for the WebP graphics format. WebP is an image format with a lossy compression of digital photographic images. WebP consists of a codec based on the VP8 format, and a container based on the Resource Interchange File Format (RIFF). Webmasters, web developers and browser developers can use WebP to compress, archive, and distribute digital images more efficiently.\n\nSecurity Fix(es):\n\n* Mozilla: libwebp: Double-free in libwebp (CVE-2023-1999)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2084",
"url": "https://access.redhat.com/errata/RHSA-2023:2084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2084.json"
}
],
"title": "Red Hat Security Advisory: libwebp security update",
"tracking": {
"current_release_date": "2025-11-21T18:39:44+00:00",
"generator": {
"date": "2025-11-21T18:39:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2084",
"initial_release_date": "2023-05-02T12:46:38+00:00",
"revision_history": [
{
"date": "2023-05-02T12:46:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-02T12:46:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.src",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.src",
"product_id": "libwebp-0:1.0.0-7.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-devel-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-devel-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.src"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Irvan Kurniawan"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-1999",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2186102"
}
],
"notes": [
{
"category": "description",
"text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA double-free in libwebp could have led to memory corruption and a potentially exploitable crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Mozilla: libwebp: Double-free in libwebp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.src",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "RHBZ#2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999"
}
],
"release_date": "2023-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-02T12:46:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.src",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.src",
"AppStream-8.4.0.Z.EUS:libwebp-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.i686",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Mozilla: libwebp: Double-free in libwebp"
}
]
}
RHSA-2023:2085
Vulnerability from csaf_redhat - Published: 2023-05-02 13:06 - Updated: 2025-11-21 18:39The Mozilla Foundation Security Advisory describes this flaw as: A double-free in libwebp could have led to memory corruption and a potentially exploitable crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libwebp is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The libwebp packages provide a library and tools for the WebP graphics format. WebP is an image format with a lossy compression of digital photographic images. WebP consists of a codec based on the VP8 format, and a container based on the Resource Interchange File Format (RIFF). Webmasters, web developers and browser developers can use WebP to compress, archive, and distribute digital images more efficiently.\n\nSecurity Fix(es):\n\n* Mozilla: libwebp: Double-free in libwebp (CVE-2023-1999)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2085",
"url": "https://access.redhat.com/errata/RHSA-2023:2085"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2085.json"
}
],
"title": "Red Hat Security Advisory: libwebp security update",
"tracking": {
"current_release_date": "2025-11-21T18:39:44+00:00",
"generator": {
"date": "2025-11-21T18:39:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2085",
"initial_release_date": "2023-05-02T13:06:44+00:00",
"revision_history": [
{
"date": "2023-05-02T13:06:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-02T13:06:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.src",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.src",
"product_id": "libwebp-0:1.0.0-7.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-devel-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebp-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp@1.0.0-7.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-devel-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-devel-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-devel@1.0.0-7.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debugsource@1.0.0-7.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-debuginfo@1.0.0-7.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-java-debuginfo@1.0.0-7.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"product": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_id": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebp-tools-debuginfo@1.0.0-7.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.src"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-debugsource-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-devel-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64"
},
"product_reference": "libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Irvan Kurniawan"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-1999",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2186102"
}
],
"notes": [
{
"category": "description",
"text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA double-free in libwebp could have led to memory corruption and a potentially exploitable crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Mozilla: libwebp: Double-free in libwebp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.src",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1999"
},
{
"category": "external",
"summary": "RHBZ#2186102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-14/#CVE-2023-1999"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-15/#CVE-2023-1999"
}
],
"release_date": "2023-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-02T13:06:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.src",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2085"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.src",
"AppStream-8.6.0.Z.EUS:libwebp-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-debugsource-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-devel-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-java-debuginfo-0:1.0.0-7.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.i686",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:libwebp-tools-debuginfo-0:1.0.0-7.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Mozilla: libwebp: Double-free in libwebp"
}
]
}
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: 2025-11-06 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
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 / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
libwebp | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
Oracle Linux libwebp
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
libwebp | |
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— |
{
"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": "Red Hat Security Advisory RHSA-2023:2072 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2072"
},
{
"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:2075 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2075"
},
{
"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:2077 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2077"
},
{
"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:2084 vom 2023-05-02",
"url": "https://access.redhat.com/errata/RHSA-2023:2084"
},
{
"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": "Oracle Linux Security Advisory vom 2023-05-02",
"url": "https://linux.oracle.com/errata/ELSA-2023-2076.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-2078.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": "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": "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": "IBM Security Bulletin 7010099 vom 2023-07-06",
"url": "https://www.ibm.com/support/pages/node/7010099"
},
{
"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": "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": "Dell Security Advisory DSA-2023-268 vom 2025-11-06",
"url": "https://www.dell.com/support/kbdoc/de-de/000216397/dsa-2023-268-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (libwebp): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-11-06T23:00:00.000+00:00",
"generator": {
"date": "2025-11-07T08:58:24.319+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"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"
},
{
"date": "2025-11-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "8"
}
},
"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": "Dell Avamar",
"product": {
"name": "Dell Avamar",
"product_id": "T039664",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Virtual Edition",
"product": {
"name": "Dell NetWorker Virtual Edition",
"product_id": "T048226",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7.5",
"product": {
"name": "IBM QRadar SIEM 7.5",
"product_id": "T022954",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"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": [
{
"branches": [
{
"category": "product_version",
"name": "libwebp",
"product": {
"name": "Oracle Linux libwebp",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "product_name",
"name": "Linux"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libwebp",
"product": {
"name": "Red Hat Enterprise Linux libwebp",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "product_name",
"name": "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",
"product_status": {
"known_affected": [
"T022954",
"2951",
"T002207",
"67646",
"T000126",
"1727",
"T004914",
"T048226",
"T039664"
]
},
"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"
}
]
}
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.