Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-34241 (GCVE-0-2023-34241)
Vulnerability from cvelistv5
Published
2023-06-22 22:39
Modified
2025-02-13 16:55
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-416 - Use After Free
Summary
OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.
The exact cause of this issue is the function `httpClose(con->http)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.
Version 2.4.6 has a patch for this issue.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
OpenPrinting | cups |
Version: >= 2.0.0, < 2.4.6 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T16:01:54.315Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "name": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "name": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213843" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213844" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213845" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2023-34241", "options": [ { "Exploitation": "poc" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-10T20:49:43.499652Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-10T20:49:51.464Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "cups", "vendor": "OpenPrinting", "versions": [ { "status": "affected", "version": "\u003e= 2.0.0, \u003c 2.4.6" } ] } ], "descriptions": [ { "lang": "en", "value": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-416", "description": "CWE-416: Use After Free", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-07-28T20:06:34.910Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "name": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "name": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "url": "https://support.apple.com/kb/HT213843" }, { "url": "https://support.apple.com/kb/HT213844" }, { "url": "https://support.apple.com/kb/HT213845" } ], "source": { "advisory": "GHSA-qjgh-5hcq-5f25", "discovery": "UNKNOWN" }, "title": "CUPS vulnerable to use-after-free in cupsdAcceptClient()" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-34241", "datePublished": "2023-06-22T22:39:32.400Z", "dateReserved": "2023-05-31T13:51:51.171Z", "dateUpdated": "2025-02-13T16:55:24.787Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-34241\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-06-22T23:15:09.493\",\"lastModified\":\"2024-11-21T08:06:50.577\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\\n\\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\\n\\nVersion 2.4.6 has a patch for this issue.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.2.0\",\"versionEndExcluding\":\"2.4.6\",\"matchCriteriaId\":\"585E1383-7BF8-46F9-8ECE-FF22DDCAA076\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"11.7.9\",\"matchCriteriaId\":\"32C6C615-0E8E-458B-88C6-A8BF29D3DB69\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndExcluding\":\"12.6.8\",\"matchCriteriaId\":\"A47C992E-C336-403A-A534-E1A33C7338DE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"13.0\",\"versionEndExcluding\":\"13.5\",\"matchCriteriaId\":\"3D701507-146E-4E5B-8C32-60E797E46627\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/06/23/10\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/06/26/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213843\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213844\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213845\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/06/23/10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/06/26/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213843\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213844\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213845\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\", \"name\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\", \"name\": \"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\", \"name\": \"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/06/23/10\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/06/26/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://support.apple.com/kb/HT213843\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://support.apple.com/kb/HT213844\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://support.apple.com/kb/HT213845\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T16:01:54.315Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-34241\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-10T20:49:43.499652Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-10T20:49:48.012Z\"}}], \"cna\": {\"title\": \"CUPS vulnerable to use-after-free in cupsdAcceptClient()\", \"source\": {\"advisory\": \"GHSA-qjgh-5hcq-5f25\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"OpenPrinting\", \"product\": \"cups\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.0.0, \u003c 2.4.6\"}]}], \"references\": [{\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\", \"name\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\", \"name\": \"https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\", \"name\": \"https://github.com/OpenPrinting/cups/releases/tag/v2.4.6\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/06/23/10\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/06/26/1\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/\"}, {\"url\": \"https://support.apple.com/kb/HT213843\"}, {\"url\": \"https://support.apple.com/kb/HT213844\"}, {\"url\": \"https://support.apple.com/kb/HT213845\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\\n\\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\\n\\nVersion 2.4.6 has a patch for this issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416: Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-07-28T20:06:34.910Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-34241\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T16:55:24.787Z\", \"dateReserved\": \"2023-05-31T13:51:51.171Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-06-22T22:39:32.400Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2023:2616-1
Vulnerability from csaf_suse
Published
2023-06-22 14:48
Modified
2023-06-22 14:48
Summary
Security update for cups
Notes
Title of the patch
Security update for cups
Description of the patch
This update for cups fixes the following issues:
- CVE-2023-34241: Fixed a use-after-free problem in cupsdAcceptClient() (bsc#1212230).
Patchnames
SUSE-2023-2616,SUSE-SLE-Micro-5.3-2023-2616,SUSE-SLE-Micro-5.4-2023-2616,SUSE-SLE-Module-Basesystem-15-SP4-2023-2616,SUSE-SLE-Module-Basesystem-15-SP5-2023-2616,SUSE-SLE-Module-Desktop-Applications-15-SP5-2023-2616,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2616,SUSE-SLE-Module-Development-Tools-15-SP5-2023-2616,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-2616,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2616,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2616,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2616,SUSE-SLE-Product-RT-15-SP3-2023-2616,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-2616,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2616,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2616,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-2616,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2616,SUSE-SUSE-MicroOS-5.2-2023-2616,SUSE-Storage-7-2023-2616,SUSE-Storage-7.1-2023-2616,openSUSE-Leap-Micro-5.3-2023-2616,openSUSE-SLE-15.4-2023-2616,openSUSE-SLE-15.5-2023-2616
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 cups", "title": "Title of the patch" }, { "category": "description", "text": "This update for cups fixes the following issues:\n\n- CVE-2023-34241: Fixed a use-after-free problem in cupsdAcceptClient() (bsc#1212230).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-2616,SUSE-SLE-Micro-5.3-2023-2616,SUSE-SLE-Micro-5.4-2023-2616,SUSE-SLE-Module-Basesystem-15-SP4-2023-2616,SUSE-SLE-Module-Basesystem-15-SP5-2023-2616,SUSE-SLE-Module-Desktop-Applications-15-SP5-2023-2616,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2616,SUSE-SLE-Module-Development-Tools-15-SP5-2023-2616,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-2616,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2616,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2616,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2616,SUSE-SLE-Product-RT-15-SP3-2023-2616,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-2616,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2616,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2616,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2616,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-2616,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2616,SUSE-SUSE-MicroOS-5.2-2023-2616,SUSE-Storage-7-2023-2616,SUSE-Storage-7.1-2023-2616,openSUSE-Leap-Micro-5.3-2023-2616,openSUSE-SLE-15.4-2023-2616,openSUSE-SLE-15.5-2023-2616", "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_2616-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:2616-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232616-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:2616-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-June/030000.html" }, { "category": "self", "summary": "SUSE Bug 1212230", "url": "https://bugzilla.suse.com/1212230" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34241 page", "url": "https://www.suse.com/security/cve/CVE-2023-34241/" } ], "title": "Security update for cups", "tracking": { "current_release_date": "2023-06-22T14:48:11Z", "generator": { "date": "2023-06-22T14:48:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:2616-1", "initial_release_date": "2023-06-22T14:48:11Z", "revision_history": [ { "date": "2023-06-22T14:48:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cups-2.2.7-150000.3.46.1.aarch64", "product": { "name": "cups-2.2.7-150000.3.46.1.aarch64", "product_id": "cups-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "cups-client-2.2.7-150000.3.46.1.aarch64", "product": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64", "product_id": "cups-client-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "cups-config-2.2.7-150000.3.46.1.aarch64", "product": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64", "product_id": "cups-config-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "product": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "product_id": "cups-ddk-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "cups-devel-2.2.7-150000.3.46.1.aarch64", "product": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64", "product_id": "cups-devel-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "libcups2-2.2.7-150000.3.46.1.aarch64", "product": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64", "product_id": "libcups2-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "product": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "product_id": "libcupscgi1-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "product": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "product_id": "libcupsimage2-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "product": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "product_id": "libcupsmime1-2.2.7-150000.3.46.1.aarch64" } }, { "category": "product_version", "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "product": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "product_id": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-devel-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "cups-devel-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "cups-devel-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libcups2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "libcups2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "libcups2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libcupscgi1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "libcupscgi1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "libcupscgi1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libcupsimage2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "libcupsimage2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "libcupsimage2-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libcupsmime1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "libcupsmime1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "libcupsmime1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libcupsppdc1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product": { "name": "libcupsppdc1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32", "product_id": "libcupsppdc1-64bit-2.2.7-150000.3.46.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "cups-2.2.7-150000.3.46.1.i586", "product": { "name": "cups-2.2.7-150000.3.46.1.i586", "product_id": "cups-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "cups-client-2.2.7-150000.3.46.1.i586", "product": { "name": "cups-client-2.2.7-150000.3.46.1.i586", "product_id": "cups-client-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "cups-config-2.2.7-150000.3.46.1.i586", "product": { "name": "cups-config-2.2.7-150000.3.46.1.i586", "product_id": "cups-config-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "cups-ddk-2.2.7-150000.3.46.1.i586", "product": { "name": "cups-ddk-2.2.7-150000.3.46.1.i586", "product_id": "cups-ddk-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "cups-devel-2.2.7-150000.3.46.1.i586", "product": { "name": "cups-devel-2.2.7-150000.3.46.1.i586", "product_id": "cups-devel-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "libcups2-2.2.7-150000.3.46.1.i586", "product": { "name": "libcups2-2.2.7-150000.3.46.1.i586", "product_id": "libcups2-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "libcupscgi1-2.2.7-150000.3.46.1.i586", "product": { "name": "libcupscgi1-2.2.7-150000.3.46.1.i586", "product_id": "libcupscgi1-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "libcupsimage2-2.2.7-150000.3.46.1.i586", "product": { "name": "libcupsimage2-2.2.7-150000.3.46.1.i586", "product_id": "libcupsimage2-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "libcupsmime1-2.2.7-150000.3.46.1.i586", "product": { "name": "libcupsmime1-2.2.7-150000.3.46.1.i586", "product_id": "libcupsmime1-2.2.7-150000.3.46.1.i586" } }, { "category": "product_version", "name": "libcupsppdc1-2.2.7-150000.3.46.1.i586", "product": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.i586", "product_id": "libcupsppdc1-2.2.7-150000.3.46.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "cups-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "cups-2.2.7-150000.3.46.1.ppc64le", "product_id": "cups-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-client-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le", "product_id": "cups-client-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-config-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le", "product_id": "cups-config-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "product_id": "cups-ddk-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "product_id": "cups-devel-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libcups2-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le", "product_id": "libcups2-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "product_id": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "product_id": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "product_id": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "product": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "product_id": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-2.2.7-150000.3.46.1.s390x", "product": { "name": "cups-2.2.7-150000.3.46.1.s390x", "product_id": "cups-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "cups-client-2.2.7-150000.3.46.1.s390x", "product": { "name": "cups-client-2.2.7-150000.3.46.1.s390x", "product_id": "cups-client-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "cups-config-2.2.7-150000.3.46.1.s390x", "product": { "name": "cups-config-2.2.7-150000.3.46.1.s390x", "product_id": "cups-config-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "cups-ddk-2.2.7-150000.3.46.1.s390x", "product": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x", "product_id": "cups-ddk-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "cups-devel-2.2.7-150000.3.46.1.s390x", "product": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x", "product_id": "cups-devel-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "libcups2-2.2.7-150000.3.46.1.s390x", "product": { "name": "libcups2-2.2.7-150000.3.46.1.s390x", "product_id": "libcups2-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "product": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "product_id": "libcupscgi1-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "product": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "product_id": "libcupsimage2-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "product": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "product_id": "libcupsmime1-2.2.7-150000.3.46.1.s390x" } }, { "category": "product_version", "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "product": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "product_id": "libcupsppdc1-2.2.7-150000.3.46.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "cups-client-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-client-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "cups-config-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-config-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-ddk-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "cups-devel-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-devel-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcups2-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64", "product_id": "libcups2-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupscgi1-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsimage2-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsmime1-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64" } }, { "category": "product_version", "name": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "product": { "name": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "product_id": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "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 Desktop Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise 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": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.2", "product": { "name": "SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.2" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.2", "product": { "name": "SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7", "product": { "name": "SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } }, { "category": "product_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": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7", "product_id": "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-client-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-config-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-ddk-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.s390x" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.s390x" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64" }, "product_reference": "libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-34241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34241" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34241", "url": "https://www.suse.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "SUSE Bug 1212230 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1212230" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1218317" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Enterprise Storage 7:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Proxy 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-client-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-config-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:cups-devel-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcups2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "SUSE Manager Server 4.2:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.4:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.4:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.ppc64le", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.s390x", "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.46.1.x86_64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.aarch64", "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-06-22T14:48:11Z", "details": "important" } ], "title": "CVE-2023-34241" } ] }
suse-su-2023:3706-1
Vulnerability from csaf_suse
Published
2023-09-20 15:09
Modified
2023-09-20 15:09
Summary
Security update for cups
Notes
Title of the patch
Security update for cups
Description of the patch
This update for cups fixes the following issues:
- CVE-2023-4504: Fixed heap overflow in OpenPrinting CUPS Postscript Parsing (bsc#1215204).
- CVE-2023-34241: Fixed a use-after-free problem in cupsdAcceptClient() (bsc#1212230).
- CVE-2023-32360: Fixed information leak through Cups-Get-Document operation (bsc#1214254).
Patchnames
SUSE-2023-3706,SUSE-OpenStack-Cloud-9-2023-3706,SUSE-OpenStack-Cloud-Crowbar-9-2023-3706,SUSE-SLE-SAP-12-SP4-2023-3706,SUSE-SLE-SDK-12-SP5-2023-3706,SUSE-SLE-SERVER-12-SP2-BCL-2023-3706,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-3706,SUSE-SLE-SERVER-12-SP4-LTSS-2023-3706,SUSE-SLE-SERVER-12-SP5-2023-3706
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 cups", "title": "Title of the patch" }, { "category": "description", "text": "This update for cups fixes the following issues:\n\n- CVE-2023-4504: Fixed heap overflow in OpenPrinting CUPS Postscript Parsing (bsc#1215204).\n- CVE-2023-34241: Fixed a use-after-free problem in cupsdAcceptClient() (bsc#1212230).\n- CVE-2023-32360: Fixed information leak through Cups-Get-Document operation (bsc#1214254).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-3706,SUSE-OpenStack-Cloud-9-2023-3706,SUSE-OpenStack-Cloud-Crowbar-9-2023-3706,SUSE-SLE-SAP-12-SP4-2023-3706,SUSE-SLE-SDK-12-SP5-2023-3706,SUSE-SLE-SERVER-12-SP2-BCL-2023-3706,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-3706,SUSE-SLE-SERVER-12-SP4-LTSS-2023-3706,SUSE-SLE-SERVER-12-SP5-2023-3706", "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_3706-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:3706-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233706-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:3706-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016254.html" }, { "category": "self", "summary": "SUSE Bug 1212230", "url": "https://bugzilla.suse.com/1212230" }, { "category": "self", "summary": "SUSE Bug 1214254", "url": "https://bugzilla.suse.com/1214254" }, { "category": "self", "summary": "SUSE Bug 1215204", "url": "https://bugzilla.suse.com/1215204" }, { "category": "self", "summary": "SUSE CVE CVE-2023-32360 page", "url": "https://www.suse.com/security/cve/CVE-2023-32360/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34241 page", "url": "https://www.suse.com/security/cve/CVE-2023-34241/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4504 page", "url": "https://www.suse.com/security/cve/CVE-2023-4504/" } ], "title": "Security update for cups", "tracking": { "current_release_date": "2023-09-20T15:09:35Z", "generator": { "date": "2023-09-20T15:09:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:3706-1", "initial_release_date": "2023-09-20T15:09:35Z", "revision_history": [ { "date": "2023-09-20T15:09:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.aarch64", "product": { "name": "cups-1.7.5-20.46.1.aarch64", "product_id": "cups-1.7.5-20.46.1.aarch64" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.aarch64", "product": { "name": "cups-client-1.7.5-20.46.1.aarch64", "product_id": "cups-client-1.7.5-20.46.1.aarch64" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.aarch64", "product": { "name": "cups-ddk-1.7.5-20.46.1.aarch64", "product_id": "cups-ddk-1.7.5-20.46.1.aarch64" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.aarch64", "product": { "name": "cups-devel-1.7.5-20.46.1.aarch64", "product_id": "cups-devel-1.7.5-20.46.1.aarch64" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.aarch64", "product": { "name": "cups-libs-1.7.5-20.46.1.aarch64", "product_id": "cups-libs-1.7.5-20.46.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-libs-64bit-1.7.5-20.46.1.aarch64_ilp32", "product": { "name": "cups-libs-64bit-1.7.5-20.46.1.aarch64_ilp32", "product_id": "cups-libs-64bit-1.7.5-20.46.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.i586", "product": { "name": "cups-1.7.5-20.46.1.i586", "product_id": "cups-1.7.5-20.46.1.i586" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.i586", "product": { "name": "cups-client-1.7.5-20.46.1.i586", "product_id": "cups-client-1.7.5-20.46.1.i586" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.i586", "product": { "name": "cups-ddk-1.7.5-20.46.1.i586", "product_id": "cups-ddk-1.7.5-20.46.1.i586" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.i586", "product": { "name": "cups-devel-1.7.5-20.46.1.i586", "product_id": "cups-devel-1.7.5-20.46.1.i586" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.i586", "product": { "name": "cups-libs-1.7.5-20.46.1.i586", "product_id": "cups-libs-1.7.5-20.46.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.ppc64le", "product": { "name": "cups-1.7.5-20.46.1.ppc64le", "product_id": "cups-1.7.5-20.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.ppc64le", "product": { "name": "cups-client-1.7.5-20.46.1.ppc64le", "product_id": "cups-client-1.7.5-20.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.ppc64le", "product": { "name": "cups-ddk-1.7.5-20.46.1.ppc64le", "product_id": "cups-ddk-1.7.5-20.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.ppc64le", "product": { "name": "cups-devel-1.7.5-20.46.1.ppc64le", "product_id": "cups-devel-1.7.5-20.46.1.ppc64le" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.ppc64le", "product": { "name": "cups-libs-1.7.5-20.46.1.ppc64le", "product_id": "cups-libs-1.7.5-20.46.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.s390", "product": { "name": "cups-1.7.5-20.46.1.s390", "product_id": "cups-1.7.5-20.46.1.s390" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.s390", "product": { "name": "cups-client-1.7.5-20.46.1.s390", "product_id": "cups-client-1.7.5-20.46.1.s390" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.s390", "product": { "name": "cups-ddk-1.7.5-20.46.1.s390", "product_id": "cups-ddk-1.7.5-20.46.1.s390" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.s390", "product": { "name": "cups-devel-1.7.5-20.46.1.s390", "product_id": "cups-devel-1.7.5-20.46.1.s390" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.s390", "product": { "name": "cups-libs-1.7.5-20.46.1.s390", "product_id": "cups-libs-1.7.5-20.46.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.s390x", "product": { "name": "cups-1.7.5-20.46.1.s390x", "product_id": "cups-1.7.5-20.46.1.s390x" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.s390x", "product": { "name": "cups-client-1.7.5-20.46.1.s390x", "product_id": "cups-client-1.7.5-20.46.1.s390x" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.s390x", "product": { "name": "cups-ddk-1.7.5-20.46.1.s390x", "product_id": "cups-ddk-1.7.5-20.46.1.s390x" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.s390x", "product": { "name": "cups-devel-1.7.5-20.46.1.s390x", "product_id": "cups-devel-1.7.5-20.46.1.s390x" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.s390x", "product": { "name": "cups-libs-1.7.5-20.46.1.s390x", "product_id": "cups-libs-1.7.5-20.46.1.s390x" } }, { "category": "product_version", "name": "cups-libs-32bit-1.7.5-20.46.1.s390x", "product": { "name": "cups-libs-32bit-1.7.5-20.46.1.s390x", "product_id": "cups-libs-32bit-1.7.5-20.46.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-1.7.5-20.46.1.x86_64", "product": { "name": "cups-1.7.5-20.46.1.x86_64", "product_id": "cups-1.7.5-20.46.1.x86_64" } }, { "category": "product_version", "name": "cups-client-1.7.5-20.46.1.x86_64", "product": { "name": "cups-client-1.7.5-20.46.1.x86_64", "product_id": "cups-client-1.7.5-20.46.1.x86_64" } }, { "category": "product_version", "name": "cups-ddk-1.7.5-20.46.1.x86_64", "product": { "name": "cups-ddk-1.7.5-20.46.1.x86_64", "product_id": "cups-ddk-1.7.5-20.46.1.x86_64" } }, { "category": "product_version", "name": "cups-devel-1.7.5-20.46.1.x86_64", "product": { "name": "cups-devel-1.7.5-20.46.1.x86_64", "product_id": "cups-devel-1.7.5-20.46.1.x86_64" } }, { "category": "product_version", "name": "cups-libs-1.7.5-20.46.1.x86_64", "product": { "name": "cups-libs-1.7.5-20.46.1.x86_64", "product_id": "cups-libs-1.7.5-20.46.1.x86_64" } }, { "category": "product_version", "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "product": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "product_id": "cups-libs-32bit-1.7.5-20.46.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "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 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": "cups-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-client-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-libs-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.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:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-ddk-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-ddk-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x" }, "product_reference": "cups-ddk-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-ddk-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-devel-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-devel-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x" }, "product_reference": "cups-devel-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-devel-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-client-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-libs-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS", "product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x" }, "product_reference": "cups-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-client-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-client-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x" }, "product_reference": "cups-client-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-libs-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-libs-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x" }, "product_reference": "cups-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-client-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-client-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x" }, "product_reference": "cups-client-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-libs-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-libs-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.s390x" }, "product_reference": "cups-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1.7.5-20.46.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:cups-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-client-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-client-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.s390x" }, "product_reference": "cups-client-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1.7.5-20.46.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:cups-client-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-client-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.aarch64" }, "product_reference": "cups-libs-1.7.5-20.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.ppc64le" }, "product_reference": "cups-libs-1.7.5-20.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1.7.5-20.46.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:cups-libs-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.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:cups-libs-32bit-1.7.5-20.46.1.s390x" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-32bit-1.7.5-20.46.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:cups-libs-32bit-1.7.5-20.46.1.x86_64" }, "product_reference": "cups-libs-32bit-1.7.5-20.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32360", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-32360" } ], "notes": [ { "category": "general", "text": "An authentication issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.7.7, macOS Monterey 12.6.6, macOS Ventura 13.4. An unauthenticated user may be able to access recently printed documents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-32360", "url": "https://www.suse.com/security/cve/CVE-2023-32360" }, { "category": "external", "summary": "SUSE Bug 1214254 for CVE-2023-32360", "url": "https://bugzilla.suse.com/1214254" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-09-20T15:09:35Z", "details": "moderate" } ], "title": "CVE-2023-32360" }, { "cve": "CVE-2023-34241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34241" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34241", "url": "https://www.suse.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "SUSE Bug 1212230 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1212230" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1218317" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-09-20T15:09:35Z", "details": "important" } ], "title": "CVE-2023-34241" }, { "cve": "CVE-2023-4504", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4504" } ], "notes": [ { "category": "general", "text": "Due to failure in validating the length provided by an attacker-crafted PPD PostScript document, CUPS and libppd are susceptible to a heap-based buffer overflow and possibly code execution. This issue has been fixed in CUPS version 2.4.7, released in September of 2023.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4504", "url": "https://www.suse.com/security/cve/CVE-2023-4504" }, { "category": "external", "summary": "SUSE Bug 1215204 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1215204" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1217553 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1217553" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1218317" }, { "category": "external", "summary": "SUSE Bug 1218347 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1218347" }, { "category": "external", "summary": "SUSE Bug 1221585 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1221585" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP2-BCL:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-ESPOS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.46.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud 9:cups-libs-32bit-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-client-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-1.7.5-20.46.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:cups-libs-32bit-1.7.5-20.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-09-20T15:09:35Z", "details": "important" } ], "title": "CVE-2023-4504" } ] }
suse-su-2025:20090-1
Vulnerability from csaf_suse
Published
2025-02-03 09:10
Modified
2025-02-03 09:10
Summary
Security update for cups
Notes
Title of the patch
Security update for cups
Description of the patch
This update for cups fixes the following issues:
- Version upgrade to 2.4.11:
See https://github.com/openprinting/cups/releases
CUPS 2.4.11 brings several bug fixes regarding IPP response
validation, processing PPD values, Web UI support
(checkbox support, modifying printers) and others fixes.
Detailed list (from CHANGES.md):
* Updated the maximum file descriptor limit
for `cupsd` to 64k-1 (Issue #989)
* Fixed `lpoptions -d` with a discovered
but not added printer (Issue #833)
* Fixed incorrect error message for HTTP/IPP errors (Issue #893)
* Fixed JobPrivateAccess and SubscriptionPrivateAccess support
for "all" (Issue #990)
* Fixed issues with cupsGetDestMediaByXxx (Issue #993)
* Fixed adding and modifying of printers
via the web interface (Issue #998)
* Fixed HTTP PeerCred authentication
for domain users (Issue #1001)
* Fixed checkbox support (Issue #1008)
* Fixed printer state notifications (Issue #1013)
* Fixed IPP Everywhere printer setup (Issue #1033)
Issues are those at https://github.com/OpenPrinting/cups/issues
In particular CUPS 2.4.11 contains those commit regarding
IPP response validation and processing PPD values:
* "Quote PPD localized strings"
https://github.com/OpenPrinting/cups/commit/1e6ca5913eceee906038bc04cc7ccfbe2923bdfd
plus a cleanup to "Fix warnings for unused vars"
https://github.com/OpenPrinting/cups/commit/2abe1ba8a66864aa82cd9836b37e57103b8e1a3b
- Version upgrade to 2.4.10:
See https://github.com/openprinting/cups/releases
CUPS 2.4.10 brings two fixes:
* Fixed error handling when reading a mixed 1setOf attribute.
* Fixed scheduler start if there is only domain socket
to listen on (Issue #985) which is fix for regression
after fix for CVE-2024-35235 in scenarios where is
no other listeners in cupsd.conf than domain socket
created on demand by systemd, launchd or upstart.
Issues are those at https://github.com/OpenPrinting/cups/issues
- Version upgrade to 2.4.9:
See https://github.com/openprinting/cups/releases
CUPS 2.4.9 brings security fix for CVE-2024-35235 and
several bug fixes regarding CUPS Web User Interface,
PPD generation and HTTP protocol implementation.
Detailed list (from CHANGES.md):
* Fixed domain socket handling (CVE-2024-35235)
* Fixed creating of `cupsUrfSupported` PPD keyword
(Issue #952)
* Fixed searching for destinations in web ui (Issue #954)
* Fixed TLS negotiation using OpenSSL with servers
that require the TLS SNI extension.
* Really raised `cups_enum_dests()` timeout for listing
available IPP printers (Issue #751)...
* Fixed `Host` header regression (Issue #967)
* Fixed DNS-SD lookups of local services with Avahi
(Issue #970)
* Fixed listing jobs in destinations in web ui.
(Apple issue #6204)
* Fixed showing search query in web ui help page.
(Issue #977)
Issues are those at https://github.com/OpenPrinting/cups/issues
Apple issues are those at https://github.com/apple/cups/issues
- Update to version 2.4.8:
See https://github.com/openprinting/cups/releases
CUPS 2.4.8 brings many bug fixes which aggregated over the last
half a year. It brings the important fix for race conditions
and errors which can happen when installing permanent
IPP Everywhere printer, support for PAM modules password-auth
and system-auth and new option for lpstat which can show only
the successful jobs.
Detailed list (from CHANGES.md):
* Added warning if the device has to be asked for
'all,media-col-database' separately (Issue #829)
* Added new value for 'lpstat' option '-W' - successfull - for
getting successfully printed jobs (Issue #830)
* Added support for PAM modules password-auth
and system-auth (Issue #892)
* Updated IPP Everywhere printer creation error
reporting (Issue #347)
* Updated and documented the MIME typing buffering
limit (Issue #925)
* Raised 'cups_enum_dests()' timeout for listing
available IPP printers (Issue #751)
* Now report an error for temporary printer defaults
with lpadmin (Issue #237)
* Fixed mapping of PPD InputSlot, MediaType,
and OutputBin values (Issue #238)
* Fixed "document-unprintable-error" handling (Issue #391)
* Fixed the web interface not showing an error
for a non-existent printer (Issue #423)
* Fixed printing of jobs with job name longer than 255 chars
on older printers (Issue #644)
* Really backported fix for Issue #742
* Fixed 'cupsCopyDestInfo' device connection
detection (Issue #586)
* Fixed "Upgrade" header handling when there is
no TLS support (Issue #775)
* Fixed memory leak when unloading a job (Issue #813)
* Fixed memory leak when creating color profiles (Issue #815)
* Fixed a punch finishing bug in the IPP Everywhere
support (Issue #821)
* Fixed crash in 'scan_ps()' if incoming argument
is NULL (Issue #831)
* Fixed setting job state reasons for successful
jobs (Issue #832)
* Fixed infinite loop in IPP backend if hostname
is IP address with Kerberos (Issue #838)
* Added additional check on socket if 'revents' from 'poll()'
returns POLLHUP together with POLLIN or POLLOUT
in 'httpAddrConnect2()' (Issue #839)
* Fixed crash in 'ppdEmitString()' if 'size' is NULL (Issue #850)
* Fixed reporting 'media-source-supported' when
sharing printer which has numbers as strings instead of
keywords as 'InputSlot' values (Issue #859)
* Fixed IPP backend to support the "print-scaling" option
with IPP printers (Issue #862)
* Fixed potential race condition for the creation
of temporary queues (Issue #871)
* Fixed 'httpGets' timeout handling (Issue #879)
* Fixed checking for required attributes during
PPD generation (Issue #890)
* Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
* Fixed sending response headers to client (Issue #927)
* Fixed CGI program initialization and validation
of form checkbox and text fields.
Issues are those at https://github.com/OpenPrinting/cups/issues
- Version upgrade to 2.4.7:
See https://github.com/openprinting/cups/releases
CUPS 2.4.7 is released to ship the fix for CVE-2023-4504
and several other changes, among them it is
adding OpenSSL support for cupsHashData function and bug fixes.
Detailed list:
* CVE-2023-4504 - Fixed Heap-based buffer overflow when
reading Postscript in PPD files
* Added OpenSSL support for cupsHashData (Issue #762)
* Fixed delays in lpd backend (Issue #741)
* Fixed extensive logging in scheduler (Issue #604)
* Fixed hanging of lpstat on IBM AIX (Issue #773)
* Fixed hanging of lpstat on Solaris (Issue #156)
* Fixed printing to stderr if we can't open cups-files.conf
(Issue #777)
* Fixed purging job files via cancel -x (Issue #742)
* Fixed RFC 1179 port reserving behavior in LPD backend
(Issue #743)
* Fixed a bug in the PPD command interpretation code
(Issue #768)
Issues are those at https://github.com/OpenPrinting/cups/issues
- Version upgrade to 2.4.6:
See https://github.com/openprinting/cups/releases
CUPS 2.4.6 is released to ship the fix for CVE-2023-34241
and two other bug fixes.
Detailed list:
* Fix linking error on old MacOS (Issue #715)
* Fix printing multiple files on specific printers (Issue #643)
* Fix use-after-free when logging warnings in case of failures
in cupsdAcceptClient() (fixes CVE-2023-34241)
Issues are those at https://github.com/OpenPrinting/cups/issues
- Version upgrade to 2.4.5:
See https://github.com/openprinting/cups/releases
CUPS 2.4.5 is a hotfix release for a bug which corrupted
locally saved certificates, which broke secured printing
via TLS after the first print job.
- Version upgrade to 2.4.4:
See https://github.com/openprinting/cups/releases
CUPS 2.4.4 release is created as a hotfix for segfault
in cupsGetNamedDest(), when caller tries to find
the default destination and the default destination
is not set on the machine.
- Version upgrade to 2.4.3:
See https://github.com/openprinting/cups/releases
CUPS 2.4.3 brings fix for CVE-2023-32324, several improvements
and many bug fixes. CUPS now implements fallback for printers
with broken firmware, which is not capable of answering
to IPP request get-printer-attributes with all,
media-col-database - this enables driverless support for
bunch of printers which don't follow IPP Everywhere standard.
Aside from the CVE fix the most important fixes are around color
settings, printer application support fixes and OpenSSL support.
Detailed list of changes:
* Added a title with device uri for found network printers
(Issues #402, #393)
* Added new media sizes defined by IANA (Issues #501)
* Added quirk for GoDEX label printers (Issue #440)
* Fixed --enable-libtool-unsupported (Issue #394)
* Fixed configuration on RISC-V machines (Issue #404)
* Fixed the device_uri invalid pointer for driverless printers
with .local hostname (Issue #419)
* Fixed an OpenSSL crash bug (Issue #409)
* Fixed a potential SNMP OID value overflow issue (Issue #431)
* Fixed an OpenSSL certificate loading issue (Issue #465)
* Fixed Brazilian Portuguese translations (Issue #288)
* Fixed cupsd default keychain location when building
with OpenSSL (Issue #529)
* Fixed default color settings for CMYK printers as well
(Issue #500)
* Fixed duplicate PPD2IPP media-type names (Issue #688)
* Fixed possible heap buffer overflow in _cups_strlcpy()
(fixes CVE-2023-32324)
* Fixed InputSlot heuristic for photo sizes smaller than 5x7"
if there is no media-source in the request (Issue #569)
* Fixed invalid memory access during generating IPP Everywhere
queue (Issue #466)
* Fixed lprm if no destination is provided (Issue #457)
* Fixed memory leaks in create_local_bg_thread() (Issue #466)
* Fixed media size tolerance in ippeveprinter (Issue #487)
* Fixed passing command name without path into ippeveprinter
(Issue #629)
* Fixed saving strings file path in printers.conf (Issue #710)
* Fixed TLS certificate generation bugs (Issue #652)
* ippDeleteValues would not delete the last value (Issue #556)
* Ignore some of IPP defaults if the application sends
its PPD alternative (Issue #484)
* Make Letter the default size in ippevepcl (Issue #543)
* Now accessing Admin page in Web UI requires authentication
(Issue #518)
* Now look for default printer on network if needed (Issue #452)
* Now we poll media-col-database separately if we fail at first
(Issue #599)
* Now report fax attributes and values as needed (Issue #459)
* Now localize HTTP responses using the Content-Language value
(Issue #426)
* Raised file size limit for importing PPD via Web UI
(Issue #433)
* Raised maximum listen backlog size to INT MAX (Issue #626)
* Update print-color-mode if the printer is modified
via ColorModel PPD option (Issue #451)
* Use localhost when printing via printer application
(Issue #353)
* Write defaults into /etc/cups/lpoptions if we're root
(Issue #456)
Issues are those at https://github.com/OpenPrinting/cups/issues
Patchnames
SUSE-SLE-Micro-6.0-122
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 cups", "title": "Title of the patch" }, { "category": "description", "text": "This update for cups fixes the following issues:\n\n- Version upgrade to 2.4.11:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.11 brings several bug fixes regarding IPP response\n validation, processing PPD values, Web UI support\n (checkbox support, modifying printers) and others fixes.\n Detailed list (from CHANGES.md):\n * Updated the maximum file descriptor limit\n for `cupsd` to 64k-1 (Issue #989)\n * Fixed `lpoptions -d` with a discovered\n but not added printer (Issue #833)\n * Fixed incorrect error message for HTTP/IPP errors (Issue #893)\n * Fixed JobPrivateAccess and SubscriptionPrivateAccess support\n for \"all\" (Issue #990)\n * Fixed issues with cupsGetDestMediaByXxx (Issue #993)\n * Fixed adding and modifying of printers\n via the web interface (Issue #998)\n * Fixed HTTP PeerCred authentication\n for domain users (Issue #1001)\n * Fixed checkbox support (Issue #1008)\n * Fixed printer state notifications (Issue #1013)\n * Fixed IPP Everywhere printer setup (Issue #1033)\n Issues are those at https://github.com/OpenPrinting/cups/issues\n In particular CUPS 2.4.11 contains those commit regarding\n IPP response validation and processing PPD values:\n * \"Quote PPD localized strings\"\n https://github.com/OpenPrinting/cups/commit/1e6ca5913eceee906038bc04cc7ccfbe2923bdfd\n plus a cleanup to \"Fix warnings for unused vars\"\n https://github.com/OpenPrinting/cups/commit/2abe1ba8a66864aa82cd9836b37e57103b8e1a3b\n\n- Version upgrade to 2.4.10:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.10 brings two fixes:\n * Fixed error handling when reading a mixed 1setOf attribute.\n * Fixed scheduler start if there is only domain socket\n to listen on (Issue #985) which is fix for regression\n after fix for CVE-2024-35235 in scenarios where is\n no other listeners in cupsd.conf than domain socket\n created on demand by systemd, launchd or upstart.\n Issues are those at https://github.com/OpenPrinting/cups/issues\n- Version upgrade to 2.4.9:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.9 brings security fix for CVE-2024-35235 and\n several bug fixes regarding CUPS Web User Interface,\n PPD generation and HTTP protocol implementation.\n Detailed list (from CHANGES.md):\n * Fixed domain socket handling (CVE-2024-35235)\n * Fixed creating of `cupsUrfSupported` PPD keyword\n (Issue #952)\n * Fixed searching for destinations in web ui (Issue #954)\n * Fixed TLS negotiation using OpenSSL with servers\n that require the TLS SNI extension.\n * Really raised `cups_enum_dests()` timeout for listing\n available IPP printers (Issue #751)...\n * Fixed `Host` header regression (Issue #967)\n * Fixed DNS-SD lookups of local services with Avahi\n (Issue #970)\n * Fixed listing jobs in destinations in web ui.\n (Apple issue #6204)\n * Fixed showing search query in web ui help page.\n (Issue #977)\n Issues are those at https://github.com/OpenPrinting/cups/issues\n Apple issues are those at https://github.com/apple/cups/issues\n\n- Update to version 2.4.8:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.8 brings many bug fixes which aggregated over the last\n half a year. It brings the important fix for race conditions\n and errors which can happen when installing permanent\n IPP Everywhere printer, support for PAM modules password-auth\n and system-auth and new option for lpstat which can show only\n the successful jobs.\n Detailed list (from CHANGES.md):\n * Added warning if the device has to be asked for\n \u0027all,media-col-database\u0027 separately (Issue #829)\n * Added new value for \u0027lpstat\u0027 option \u0027-W\u0027 - successfull - for\n getting successfully printed jobs (Issue #830)\n * Added support for PAM modules password-auth\n and system-auth (Issue #892)\n * Updated IPP Everywhere printer creation error\n reporting (Issue #347)\n * Updated and documented the MIME typing buffering\n limit (Issue #925)\n * Raised \u0027cups_enum_dests()\u0027 timeout for listing\n available IPP printers (Issue #751)\n * Now report an error for temporary printer defaults\n with lpadmin (Issue #237)\n * Fixed mapping of PPD InputSlot, MediaType,\n and OutputBin values (Issue #238)\n * Fixed \"document-unprintable-error\" handling (Issue #391)\n * Fixed the web interface not showing an error\n for a non-existent printer (Issue #423)\n * Fixed printing of jobs with job name longer than 255 chars\n on older printers (Issue #644)\n * Really backported fix for Issue #742\n * Fixed \u0027cupsCopyDestInfo\u0027 device connection\n detection (Issue #586)\n * Fixed \"Upgrade\" header handling when there is\n no TLS support (Issue #775)\n * Fixed memory leak when unloading a job (Issue #813)\n * Fixed memory leak when creating color profiles (Issue #815)\n * Fixed a punch finishing bug in the IPP Everywhere\n support (Issue #821)\n * Fixed crash in \u0027scan_ps()\u0027 if incoming argument\n is NULL (Issue #831)\n * Fixed setting job state reasons for successful\n jobs (Issue #832)\n * Fixed infinite loop in IPP backend if hostname\n is IP address with Kerberos (Issue #838)\n * Added additional check on socket if \u0027revents\u0027 from \u0027poll()\u0027\n returns POLLHUP together with POLLIN or POLLOUT\n in \u0027httpAddrConnect2()\u0027 (Issue #839)\n * Fixed crash in \u0027ppdEmitString()\u0027 if \u0027size\u0027 is NULL (Issue #850)\n * Fixed reporting \u0027media-source-supported\u0027 when\n sharing printer which has numbers as strings instead of\n keywords as \u0027InputSlot\u0027 values (Issue #859)\n * Fixed IPP backend to support the \"print-scaling\" option\n with IPP printers (Issue #862)\n * Fixed potential race condition for the creation\n of temporary queues (Issue #871)\n * Fixed \u0027httpGets\u0027 timeout handling (Issue #879)\n * Fixed checking for required attributes during\n PPD generation (Issue #890)\n * Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)\n * Fixed sending response headers to client (Issue #927)\n * Fixed CGI program initialization and validation\n of form checkbox and text fields.\n Issues are those at https://github.com/OpenPrinting/cups/issues\n\n- Version upgrade to 2.4.7:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.7 is released to ship the fix for CVE-2023-4504\n and several other changes, among them it is\n adding OpenSSL support for cupsHashData function and bug fixes.\n Detailed list:\n * CVE-2023-4504 - Fixed Heap-based buffer overflow when\n reading Postscript in PPD files\n * Added OpenSSL support for cupsHashData (Issue #762)\n * Fixed delays in lpd backend (Issue #741)\n * Fixed extensive logging in scheduler (Issue #604)\n * Fixed hanging of lpstat on IBM AIX (Issue #773)\n * Fixed hanging of lpstat on Solaris (Issue #156)\n * Fixed printing to stderr if we can\u0027t open cups-files.conf\n (Issue #777)\n * Fixed purging job files via cancel -x (Issue #742)\n * Fixed RFC 1179 port reserving behavior in LPD backend\n (Issue #743)\n * Fixed a bug in the PPD command interpretation code\n (Issue #768)\n Issues are those at https://github.com/OpenPrinting/cups/issues\n- Version upgrade to 2.4.6:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.6 is released to ship the fix for CVE-2023-34241\n and two other bug fixes.\n Detailed list:\n * Fix linking error on old MacOS (Issue #715)\n * Fix printing multiple files on specific printers (Issue #643)\n * Fix use-after-free when logging warnings in case of failures\n in cupsdAcceptClient() (fixes CVE-2023-34241)\n Issues are those at https://github.com/OpenPrinting/cups/issues\n- Version upgrade to 2.4.5:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.5 is a hotfix release for a bug which corrupted\n locally saved certificates, which broke secured printing\n via TLS after the first print job.\n- Version upgrade to 2.4.4:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.4 release is created as a hotfix for segfault\n in cupsGetNamedDest(), when caller tries to find\n the default destination and the default destination\n is not set on the machine.\n- Version upgrade to 2.4.3:\n See https://github.com/openprinting/cups/releases\n CUPS 2.4.3 brings fix for CVE-2023-32324, several improvements\n and many bug fixes. CUPS now implements fallback for printers\n with broken firmware, which is not capable of answering\n to IPP request get-printer-attributes with all,\n media-col-database - this enables driverless support for\n bunch of printers which don\u0027t follow IPP Everywhere standard.\n Aside from the CVE fix the most important fixes are around color\n settings, printer application support fixes and OpenSSL support.\n Detailed list of changes:\n * Added a title with device uri for found network printers\n (Issues #402, #393)\n * Added new media sizes defined by IANA (Issues #501)\n * Added quirk for GoDEX label printers (Issue #440)\n * Fixed --enable-libtool-unsupported (Issue #394)\n * Fixed configuration on RISC-V machines (Issue #404)\n * Fixed the device_uri invalid pointer for driverless printers\n with .local hostname (Issue #419)\n * Fixed an OpenSSL crash bug (Issue #409)\n * Fixed a potential SNMP OID value overflow issue (Issue #431)\n * Fixed an OpenSSL certificate loading issue (Issue #465)\n * Fixed Brazilian Portuguese translations (Issue #288)\n * Fixed cupsd default keychain location when building\n with OpenSSL (Issue #529)\n * Fixed default color settings for CMYK printers as well\n (Issue #500)\n * Fixed duplicate PPD2IPP media-type names (Issue #688)\n * Fixed possible heap buffer overflow in _cups_strlcpy()\n (fixes CVE-2023-32324)\n * Fixed InputSlot heuristic for photo sizes smaller than 5x7\"\n if there is no media-source in the request (Issue #569)\n * Fixed invalid memory access during generating IPP Everywhere\n queue (Issue #466)\n * Fixed lprm if no destination is provided (Issue #457)\n * Fixed memory leaks in create_local_bg_thread() (Issue #466)\n * Fixed media size tolerance in ippeveprinter (Issue #487)\n * Fixed passing command name without path into ippeveprinter\n (Issue #629)\n * Fixed saving strings file path in printers.conf (Issue #710)\n * Fixed TLS certificate generation bugs (Issue #652)\n * ippDeleteValues would not delete the last value (Issue #556)\n * Ignore some of IPP defaults if the application sends\n its PPD alternative (Issue #484)\n * Make Letter the default size in ippevepcl (Issue #543)\n * Now accessing Admin page in Web UI requires authentication\n (Issue #518)\n * Now look for default printer on network if needed (Issue #452)\n * Now we poll media-col-database separately if we fail at first\n (Issue #599)\n * Now report fax attributes and values as needed (Issue #459)\n * Now localize HTTP responses using the Content-Language value\n (Issue #426)\n * Raised file size limit for importing PPD via Web UI\n (Issue #433)\n * Raised maximum listen backlog size to INT MAX (Issue #626)\n * Update print-color-mode if the printer is modified\n via ColorModel PPD option (Issue #451)\n * Use localhost when printing via printer application\n (Issue #353)\n * Write defaults into /etc/cups/lpoptions if we\u0027re root\n (Issue #456)\n Issues are those at https://github.com/OpenPrinting/cups/issues\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-122", "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-2025_20090-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20090-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520090-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20090-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021226.html" }, { "category": "self", "summary": "SUSE Bug 1219503", "url": "https://bugzilla.suse.com/1219503" }, { "category": "self", "summary": "SUSE Bug 1225365", "url": "https://bugzilla.suse.com/1225365" }, { "category": "self", "summary": "SUSE CVE CVE-2023-32324 page", "url": "https://www.suse.com/security/cve/CVE-2023-32324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-32360 page", "url": "https://www.suse.com/security/cve/CVE-2023-32360/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34241 page", "url": "https://www.suse.com/security/cve/CVE-2023-34241/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4504 page", "url": "https://www.suse.com/security/cve/CVE-2023-4504/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-35235 page", "url": "https://www.suse.com/security/cve/CVE-2024-35235/" } ], "title": "Security update for cups", "tracking": { "current_release_date": "2025-02-03T09:10:07Z", "generator": { "date": "2025-02-03T09:10:07Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20090-1", "initial_release_date": "2025-02-03T09:10:07Z", "revision_history": [ { "date": "2025-02-03T09:10:07Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cups-config-2.4.11-1.1.aarch64", "product": { "name": "cups-config-2.4.11-1.1.aarch64", "product_id": "cups-config-2.4.11-1.1.aarch64" } }, { "category": "product_version", "name": "libcups2-2.4.11-1.1.aarch64", "product": { "name": "libcups2-2.4.11-1.1.aarch64", "product_id": "libcups2-2.4.11-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-config-2.4.11-1.1.s390x", "product": { "name": "cups-config-2.4.11-1.1.s390x", "product_id": "cups-config-2.4.11-1.1.s390x" } }, { "category": "product_version", "name": "libcups2-2.4.11-1.1.s390x", "product": { "name": "libcups2-2.4.11-1.1.s390x", "product_id": "libcups2-2.4.11-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-config-2.4.11-1.1.x86_64", "product": { "name": "cups-config-2.4.11-1.1.x86_64", "product_id": "cups-config-2.4.11-1.1.x86_64" } }, { "category": "product_version", "name": "libcups2-2.4.11-1.1.x86_64", "product": { "name": "libcups2-2.4.11-1.1.x86_64", "product_id": "libcups2-2.4.11-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64" }, "product_reference": "cups-config-2.4.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x" }, "product_reference": "cups-config-2.4.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64" }, "product_reference": "cups-config-2.4.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64" }, "product_reference": "libcups2-2.4.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x" }, "product_reference": "libcups2-2.4.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" }, "product_reference": "libcups2-2.4.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-32324" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is an open source printing system. In versions 2.4.2 and prior, a heap buffer overflow vulnerability would allow a remote attacker to launch a denial of service (DoS) attack. A buffer overflow vulnerability in the function `format_log_line` could allow remote attackers to cause a DoS on the affected system. Exploitation of the vulnerability can be triggered when the configuration file `cupsd.conf` sets the value of `loglevel `to `DEBUG`. No known patches or workarounds exist at time of publication.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-32324", "url": "https://www.suse.com/security/cve/CVE-2023-32324" }, { "category": "external", "summary": "SUSE Bug 1211643 for CVE-2023-32324", "url": "https://bugzilla.suse.com/1211643" } ], "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 Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T09:10:07Z", "details": "moderate" } ], "title": "CVE-2023-32324" }, { "cve": "CVE-2023-32360", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-32360" } ], "notes": [ { "category": "general", "text": "An authentication issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.7.7, macOS Monterey 12.6.6, macOS Ventura 13.4. An unauthenticated user may be able to access recently printed documents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-32360", "url": "https://www.suse.com/security/cve/CVE-2023-32360" }, { "category": "external", "summary": "SUSE Bug 1214254 for CVE-2023-32360", "url": "https://bugzilla.suse.com/1214254" } ], "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 Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T09:10:07Z", "details": "moderate" } ], "title": "CVE-2023-32360" }, { "cve": "CVE-2023-34241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34241" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34241", "url": "https://www.suse.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "SUSE Bug 1212230 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1212230" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1218317" } ], "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 Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T09:10:07Z", "details": "important" } ], "title": "CVE-2023-34241" }, { "cve": "CVE-2023-4504", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4504" } ], "notes": [ { "category": "general", "text": "Due to failure in validating the length provided by an attacker-crafted PPD PostScript document, CUPS and libppd are susceptible to a heap-based buffer overflow and possibly code execution. This issue has been fixed in CUPS version 2.4.7, released in September of 2023.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4504", "url": "https://www.suse.com/security/cve/CVE-2023-4504" }, { "category": "external", "summary": "SUSE Bug 1215204 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1215204" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1217553 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1217553" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1218317" }, { "category": "external", "summary": "SUSE Bug 1218347 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1218347" }, { "category": "external", "summary": "SUSE Bug 1221585 for CVE-2023-4504", "url": "https://bugzilla.suse.com/1221585" } ], "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 Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T09:10:07Z", "details": "important" } ], "title": "CVE-2023-4504" }, { "cve": "CVE-2024-35235", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-35235" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.8 and earlier, when starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can be caused to perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Given that cupsd is often running as root, this can result in the change of permission of any user or system files to be world writable. Given the aforementioned Ubuntu AppArmor context, on such systems this vulnerability is limited to those files modifiable by the cupsd process. In that specific case it was found to be possible to turn the configuration of the Listen argument into full control over the cupsd.conf and cups-files.conf configuration files. By later setting the User and Group arguments in cups-files.conf, and printing with a printer configured by PPD with a `FoomaticRIPCommandLine` argument, arbitrary user and group (not root) command execution could be achieved, which can further be used on Ubuntu systems to achieve full root command execution. Commit ff1f8a623e090dee8a8aadf12a6a4b25efac143d contains a patch for the issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-35235", "url": "https://www.suse.com/security/cve/CVE-2024-35235" }, { "category": "external", "summary": "SUSE Bug 1225365 for CVE-2024-35235", "url": "https://bugzilla.suse.com/1225365" } ], "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 Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:cups-config-2.4.11-1.1.x86_64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.aarch64", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.s390x", "SUSE Linux Micro 6.0:libcups2-2.4.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T09:10:07Z", "details": "important" } ], "title": "CVE-2024-35235" } ] }
wid-sec-w-2023-1540
Vulnerability from csaf_certbund
Published
2023-06-21 22:00
Modified
2025-06-03 22:00
Summary
CUPS: Schwachstelle ermöglicht Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
CUPS (Common Unix Printing System) ist ein Printspooler, der es lokalen und entfernten Benutzern ermöglicht, Druckfunktionen über das Internet Printing Protocol (IPP) zu nutzen.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in CUPS ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "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": "CUPS (Common Unix Printing System) ist ein Printspooler, der es lokalen und entfernten Benutzern erm\u00f6glicht, Druckfunktionen \u00fcber das Internet Printing Protocol (IPP) zu nutzen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in CUPS ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1540 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1540.json" }, { "category": "self", "summary": "WID-SEC-2023-1540 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1540" }, { "category": "external", "summary": "GitHub Security Advisory GHSA-qjgh-5hcq-5f25 vom 2023-06-22", "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6184-1 vom 2023-06-22", "url": "https://ubuntu.com/security/notices/USN-6184-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:2616-1 vom 2023-06-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015275.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-FAC5968B55 vom 2023-06-28", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-fac5968b55" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-9DBD5B28D4 vom 2023-06-28", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-9dbd5b28d4" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6184-2 vom 2023-07-17", "url": "https://ubuntu.com/security/notices/USN-6184-2" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-1777 vom 2023-07-20", "url": "https://alas.aws.amazon.com/ALAS-2023-1777.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-2109 vom 2023-07-20", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2109.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3706-1 vom 2023-09-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016254.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6596 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6596" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7165 vom 2023-11-15", "url": "https://access.redhat.com/errata/RHSA-2023:7165" }, { "category": "external", "summary": "IBM Security Bulletin 7114471 vom 2024-02-02", "url": "https://www.ibm.com/support/pages/node/7114471" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202402-17 vom 2024-02-18", "url": "https://security.gentoo.org/glsa/202402-17" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1101 vom 2024-03-06", "url": "https://access.redhat.com/errata/RHSA-2024:1101" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1409 vom 2024-03-19", "url": "https://access.redhat.com/errata/RHSA-2024:1409" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20090-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021226.html" } ], "source_lang": "en-US", "title": "CUPS: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2025-06-03T22:00:00.000+00:00", "generator": { "date": "2025-06-04T12:07:40.108+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2023-1540", "initial_release_date": "2023-06-21T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-21T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-06-22T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu und SUSE aufgenommen" }, { "date": "2023-06-27T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-06-28T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-07-16T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-07-19T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-07-20T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-09-20T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-11-07T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-14T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-02-04T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-02-18T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-03-05T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "15" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "IBM App Connect Enterprise", "product": { "name": "IBM App Connect Enterprise", "product_id": "T032495", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:-" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e=2.0.0", "product": { "name": "Open Source CUPS \u003e=2.0.0", "product_id": "825893" } }, { "category": "product_version_range", "name": "\u003e=2.0.0", "product": { "name": "Open Source CUPS \u003e=2.0.0", "product_id": "825893-fixed" } } ], "category": "product_name", "name": "CUPS" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-34241", "product_status": { "known_affected": [ "T002207", "67646", "T000126", "398363", "T012167", "74185", "T032495" ] }, "release_date": "2023-06-21T22:00:00.000+00:00", "title": "CVE-2023-34241" } ] }
wid-sec-w-2024-1086
Vulnerability from csaf_certbund
Published
2024-05-09 22:00
Modified
2025-02-18 23:00
Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff
Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand herbeizuführen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren, seine Privilegien zu erweitern, einen Cross-Site-Scripting (XSS)-Angriff durchzuführen oder einen nicht spezifizierten Angriff auszuführen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Dateien zu manipulieren, seine Privilegien zu erweitern, einen Cross-Site-Scripting (XSS)-Angriff durchzuf\u00fchren oder einen nicht spezifizierten Angriff auszuf\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-2024-1086 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1086.json" }, { "category": "self", "summary": "WID-SEC-2024-1086 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1086" }, { "category": "external", "summary": "IBM Security Bulletin 7150684 vom 2024-05-09", "url": "https://www.ibm.com/support/pages/node/7150684" }, { "category": "external", "summary": "IBM Security Bulletin 7174015 vom 2024-10-24", "url": "https://www.ibm.com/support/pages/node/7174015" }, { "category": "external", "summary": "IBM Security Bulletin 7183584 vom 2025-02-18", "url": "https://www.ibm.com/support/pages/node/7183584" } ], "source_lang": "en-US", "title": "IBM QRadar SIEM: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-02-18T23:00:00.000+00:00", "generator": { "date": "2025-02-19T09:24:42.295+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2024-1086", "initial_release_date": "2024-05-09T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-09T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-10-24T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-02-18T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "7.5.0", "product": { "name": "IBM QRadar SIEM 7.5.0", "product_id": "T023574", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0" } } }, { "category": "product_version_range", "name": "\u003c7.5.0 UP8 IF02", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP8 IF02", "product_id": "T034673" } }, { "category": "product_version", "name": "7.5.0 UP8 IF02", "product": { "name": "IBM QRadar SIEM 7.5.0 UP8 IF02", "product_id": "T034673-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up8_if02" } } }, { "category": "product_version_range", "name": "\u003c7.5.0 UP11 IF01", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF01", "product_id": "T041270" } }, { "category": "product_version", "name": "7.5.0 UP11 IF01", "product": { "name": "IBM QRadar SIEM 7.5.0 UP11 IF01", "product_id": "T041270-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if01" } } } ], "category": "product_name", "name": "QRadar SIEM" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-4559", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2007-4559" }, { "cve": "CVE-2014-3146", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2014-3146" }, { "cve": "CVE-2018-19787", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2018-19787" }, { "cve": "CVE-2019-13224", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-13224" }, { "cve": "CVE-2019-16163", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-16163" }, { "cve": "CVE-2019-19012", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-19012" }, { "cve": "CVE-2019-19203", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-19203" }, { "cve": "CVE-2019-19204", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-19204" }, { "cve": "CVE-2019-8675", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-8675" }, { "cve": "CVE-2019-8696", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2019-8696" }, { "cve": "CVE-2020-10001", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2020-10001" }, { "cve": "CVE-2020-27783", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2020-27783" }, { "cve": "CVE-2020-3898", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2020-3898" }, { "cve": "CVE-2021-33631", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2021-33631" }, { "cve": "CVE-2021-43618", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2021-43618" }, { "cve": "CVE-2021-43818", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2021-43818" }, { "cve": "CVE-2021-43975", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2021-43975" }, { "cve": "CVE-2022-26691", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-26691" }, { "cve": "CVE-2022-28388", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-28388" }, { "cve": "CVE-2022-3545", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-3545" }, { "cve": "CVE-2022-3594", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-3594" }, { "cve": "CVE-2022-3640", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-3640" }, { "cve": "CVE-2022-36402", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-36402" }, { "cve": "CVE-2022-38096", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-38096" }, { "cve": "CVE-2022-38457", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-38457" }, { "cve": "CVE-2022-40133", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-40133" }, { "cve": "CVE-2022-40982", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-40982" }, { "cve": "CVE-2022-41858", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-41858" }, { "cve": "CVE-2022-42895", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-42895" }, { "cve": "CVE-2022-45869", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-45869" }, { "cve": "CVE-2022-45884", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-45884" }, { "cve": "CVE-2022-45887", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-45887" }, { "cve": "CVE-2022-45919", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-45919" }, { "cve": "CVE-2022-4744", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-4744" }, { "cve": "CVE-2022-48560", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-48560" }, { "cve": "CVE-2022-48564", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-48564" }, { "cve": "CVE-2022-48624", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-0458", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-0458" }, { "cve": "CVE-2023-0590", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0597", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-0597" }, { "cve": "CVE-2023-1073", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1073" }, { "cve": "CVE-2023-1074", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1074" }, { "cve": "CVE-2023-1075", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1075" }, { "cve": "CVE-2023-1079", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1079" }, { "cve": "CVE-2023-1118", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1118" }, { "cve": "CVE-2023-1192", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1192" }, { "cve": "CVE-2023-1206", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1252", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1252" }, { "cve": "CVE-2023-1382", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1382" }, { "cve": "CVE-2023-1786", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1786" }, { "cve": "CVE-2023-1838", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1838" }, { "cve": "CVE-2023-1855", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1989", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1998", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-1998" }, { "cve": "CVE-2023-20569", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-20569" }, { "cve": "CVE-2023-2162", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-2162" }, { "cve": "CVE-2023-2163", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-2163" }, { "cve": "CVE-2023-2166", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-2166" }, { "cve": "CVE-2023-2176", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-2176" }, { "cve": "CVE-2023-23455", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-23455" }, { "cve": "CVE-2023-2513", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-2513" }, { "cve": "CVE-2023-26545", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-26545" }, { "cve": "CVE-2023-27043", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-27043" }, { "cve": "CVE-2023-28322", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28328", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-28328" }, { "cve": "CVE-2023-28772", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-28772" }, { "cve": "CVE-2023-30456", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-30456" }, { "cve": "CVE-2023-31084", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-31084" }, { "cve": "CVE-2023-3138", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3138" }, { "cve": "CVE-2023-3141", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3141" }, { "cve": "CVE-2023-31436", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-31436" }, { "cve": "CVE-2023-3161", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3161" }, { "cve": "CVE-2023-3212", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3212" }, { "cve": "CVE-2023-32324", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-32324" }, { "cve": "CVE-2023-32360", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-32360" }, { "cve": "CVE-2023-3268", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3268" }, { "cve": "CVE-2023-33203", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-33203" }, { "cve": "CVE-2023-33951", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-33951" }, { "cve": "CVE-2023-33952", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-33952" }, { "cve": "CVE-2023-34241", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-34241" }, { "cve": "CVE-2023-35823", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-35823" }, { "cve": "CVE-2023-35824", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-35824" }, { "cve": "CVE-2023-3609", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3609" }, { "cve": "CVE-2023-3611", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3611" }, { "cve": "CVE-2023-3772", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3772" }, { "cve": "CVE-2023-3812", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-3812" }, { "cve": "CVE-2023-38546", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-38546" }, { "cve": "CVE-2023-40283", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-40283" }, { "cve": "CVE-2023-4128", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4128" }, { "cve": "CVE-2023-4132", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4132" }, { "cve": "CVE-2023-4155", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4155" }, { "cve": "CVE-2023-4206", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4206" }, { "cve": "CVE-2023-4207", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4207" }, { "cve": "CVE-2023-4208", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4208" }, { "cve": "CVE-2023-42753", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-42753" }, { "cve": "CVE-2023-45862", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-45862" }, { "cve": "CVE-2023-45871", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-45871" }, { "cve": "CVE-2023-46218", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-46218" }, { "cve": "CVE-2023-4622", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4622" }, { "cve": "CVE-2023-4623", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4623" }, { "cve": "CVE-2023-46813", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-46813" }, { "cve": "CVE-2023-4732", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4732" }, { "cve": "CVE-2023-4921", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-4921" }, { "cve": "CVE-2023-50387", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50868", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-51042", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-51042" }, { "cve": "CVE-2023-51043", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-51043" }, { "cve": "CVE-2023-5178", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-5178" }, { "cve": "CVE-2023-52425", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-5633", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-5633" }, { "cve": "CVE-2023-5717", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-5717" }, { "cve": "CVE-2023-6356", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6356" }, { "cve": "CVE-2023-6535", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6535" }, { "cve": "CVE-2023-6536", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6536" }, { "cve": "CVE-2023-6546", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6546" }, { "cve": "CVE-2023-6606", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6606" }, { "cve": "CVE-2023-6610", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6610" }, { "cve": "CVE-2023-6817", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6817" }, { "cve": "CVE-2023-6931", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6931" }, { "cve": "CVE-2023-6932", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-6932" }, { "cve": "CVE-2023-7192", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2023-7192" }, { "cve": "CVE-2024-0565", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2024-0565" }, { "cve": "CVE-2024-0646", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2024-0646" }, { "cve": "CVE-2024-1086", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2024-1086" }, { "cve": "CVE-2024-1488", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2024-1488" }, { "cve": "CVE-2024-27269", "product_status": { "known_affected": [ "T041270", "T023574", "T034673" ] }, "release_date": "2024-05-09T22:00:00.000+00:00", "title": "CVE-2024-27269" } ] }
wid-sec-w-2023-2917
Vulnerability from csaf_certbund
Published
2023-11-14 23:00
Modified
2024-12-15 23:00
Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2917 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json" }, { "category": "self", "summary": "WID-SEC-2023-2917 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-021", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-12-15T23:00:00.000+00:00", "generator": { "date": "2024-12-16T09:17:44.516+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2023-2917", "initial_release_date": "2023-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-11-16T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-11T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-11-07T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-15T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von openSUSE aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } }, { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T015631", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } }, { "category": "product_version", "name": "v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } }, { "category": "product_version", "name": "v2 / Windows 10", "product": { "name": "Xerox FreeFlow Print Server v2 / Windows 10", "product_id": "T031383", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-5715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2017-5715" }, { "cve": "CVE-2018-3639", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2018-3639" }, { "cve": "CVE-2021-44917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2021-44917" }, { "cve": "CVE-2021-46784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2021-46784" }, { "cve": "CVE-2022-31008", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-31008" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-41409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-41409" }, { "cve": "CVE-2022-48337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-48337" }, { "cve": "CVE-2022-48338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-48338" }, { "cve": "CVE-2022-48339", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-48339" }, { "cve": "CVE-2022-4899", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2022-4899" }, { "cve": "CVE-2023-0049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0049" }, { "cve": "CVE-2023-0051", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0051" }, { "cve": "CVE-2023-0054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0054" }, { "cve": "CVE-2023-0288", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0288" }, { "cve": "CVE-2023-0465", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0465" }, { "cve": "CVE-2023-0466", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0466" }, { "cve": "CVE-2023-0512", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0512" }, { "cve": "CVE-2023-0666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0666" }, { "cve": "CVE-2023-0668", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-0668" }, { "cve": "CVE-2023-1127", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1127" }, { "cve": "CVE-2023-1170", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1170" }, { "cve": "CVE-2023-1175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1175" }, { "cve": "CVE-2023-1393", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1906" }, { "cve": "CVE-2023-1981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-1981" }, { "cve": "CVE-2023-2004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2004" }, { "cve": "CVE-2023-22025", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22025" }, { "cve": "CVE-2023-22043", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22043" }, { "cve": "CVE-2023-22067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22067" }, { "cve": "CVE-2023-22081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22081" }, { "cve": "CVE-2023-22128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22128" }, { "cve": "CVE-2023-22129", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-22129" }, { "cve": "CVE-2023-23914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-23915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-24805", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-24805" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-2650", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2650" }, { "cve": "CVE-2023-27985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-27985" }, { "cve": "CVE-2023-27986", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-27986" }, { "cve": "CVE-2023-2828", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2828" }, { "cve": "CVE-2023-28319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28319" }, { "cve": "CVE-2023-28320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28450" }, { "cve": "CVE-2023-2854", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2854" }, { "cve": "CVE-2023-2855", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2855" }, { "cve": "CVE-2023-2857", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2857" }, { "cve": "CVE-2023-2858", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2858" }, { "cve": "CVE-2023-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2879" }, { "cve": "CVE-2023-28879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-28879" }, { "cve": "CVE-2023-2911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-2911" }, { "cve": "CVE-2023-29402", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29403" }, { "cve": "CVE-2023-29404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29409" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-29499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-29499" }, { "cve": "CVE-2023-30581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30581" }, { "cve": "CVE-2023-30582", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30582" }, { "cve": "CVE-2023-30583", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30583" }, { "cve": "CVE-2023-30584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30584" }, { "cve": "CVE-2023-30585", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30585" }, { "cve": "CVE-2023-30586", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30586" }, { "cve": "CVE-2023-30587", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30587" }, { "cve": "CVE-2023-30588", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30588" }, { "cve": "CVE-2023-30589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30589" }, { "cve": "CVE-2023-30590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-30590" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-31124", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31147" }, { "cve": "CVE-2023-3138", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3138" }, { "cve": "CVE-2023-31484", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31484" }, { "cve": "CVE-2023-31486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-31486" }, { "cve": "CVE-2023-3195", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3195" }, { "cve": "CVE-2023-32002", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32002" }, { "cve": "CVE-2023-32003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32003" }, { "cve": "CVE-2023-32004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32004" }, { "cve": "CVE-2023-32005", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32005" }, { "cve": "CVE-2023-32006", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32006" }, { "cve": "CVE-2023-32067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32067" }, { "cve": "CVE-2023-3247", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3247" }, { "cve": "CVE-2023-32558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32558" }, { "cve": "CVE-2023-32559", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32559" }, { "cve": "CVE-2023-32573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32573" }, { "cve": "CVE-2023-32611", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32611" }, { "cve": "CVE-2023-32636", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32636" }, { "cve": "CVE-2023-32643", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32643" }, { "cve": "CVE-2023-32665", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32665" }, { "cve": "CVE-2023-32681", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32681" }, { "cve": "CVE-2023-32762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32762" }, { "cve": "CVE-2023-32763", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-32763" }, { "cve": "CVE-2023-34241", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-34241" }, { "cve": "CVE-2023-34969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-34969" }, { "cve": "CVE-2023-36053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-36053" }, { "cve": "CVE-2023-36191", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-36191" }, { "cve": "CVE-2023-3666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3666" }, { "cve": "CVE-2023-36664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-36664" }, { "cve": "CVE-2023-37201", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-37201" }, { "cve": "CVE-2023-37202", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-37202" }, { "cve": "CVE-2023-37207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-37207" }, { "cve": "CVE-2023-37208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-37208" }, { "cve": "CVE-2023-37211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-37211" }, { "cve": "CVE-2023-3823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3823" }, { "cve": "CVE-2023-3824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-3824" }, { "cve": "CVE-2023-38403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-38403" }, { "cve": "CVE-2023-4045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4045" }, { "cve": "CVE-2023-4046", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4046" }, { "cve": "CVE-2023-4047", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4047" }, { "cve": "CVE-2023-40477", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-40477" }, { "cve": "CVE-2023-4048", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4048" }, { "cve": "CVE-2023-4049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4049" }, { "cve": "CVE-2023-4050", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4050" }, { "cve": "CVE-2023-4054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4054" }, { "cve": "CVE-2023-4055", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4055" }, { "cve": "CVE-2023-4056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4056" }, { "cve": "CVE-2023-41080", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-41080" }, { "cve": "CVE-2023-41081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-41081" }, { "cve": "CVE-2023-43622", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-43622" }, { "cve": "CVE-2023-4504", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4504" }, { "cve": "CVE-2023-4573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4573" }, { "cve": "CVE-2023-4574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4574" }, { "cve": "CVE-2023-4575", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4575" }, { "cve": "CVE-2023-4576", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4576" }, { "cve": "CVE-2023-45802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-45802" }, { "cve": "CVE-2023-4581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4581" }, { "cve": "CVE-2023-4584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T002207", "T027843", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-4584" } ] }
rhsa-2023:7165
Vulnerability from csaf_redhat
Published
2023-11-14 15:52
Modified
2025-08-03 04:35
Summary
Red Hat Security Advisory: cups security and bug fix update
Notes
Topic
An update for cups is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
The Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.
Security Fix(es):
* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)
* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 cups is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.\n\nSecurity Fix(es):\n\n* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)\n\n* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from 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:7165", "url": "https://access.redhat.com/errata/RHSA-2023:7165" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "2217955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217955" }, { "category": "external", "summary": "RHEL-2612", "url": "https://issues.redhat.com/browse/RHEL-2612" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7165.json" } ], "title": "Red Hat Security Advisory: cups security and bug fix update", "tracking": { "current_release_date": "2025-08-03T04:35:16+00:00", "generator": { "date": "2025-08-03T04:35:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2023:7165", "initial_release_date": "2023-11-14T15:52:53+00:00", "revision_history": [ { "date": "2023-11-14T15:52:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T15:52:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T04:35:16+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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-54.el8_9.src", "product": { "name": "cups-1:2.2.6-54.el8_9.src", "product_id": "cups-1:2.2.6-54.el8_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-54.el8_9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-libs-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-libs-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-debugsource-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-debugsource-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-client-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-client-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-devel-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-devel-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-ipptool-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-ipptool-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-54.el8_9.aarch64", "product": { "name": "cups-lpd-1:2.2.6-54.el8_9.aarch64", "product_id": "cups-lpd-1:2.2.6-54.el8_9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-54.el8_9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-libs-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-libs-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-client-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-client-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-devel-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-devel-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-54.el8_9.ppc64le", "product": { "name": "cups-lpd-1:2.2.6-54.el8_9.ppc64le", "product_id": "cups-lpd-1:2.2.6-54.el8_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-54.el8_9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-libs-1:2.2.6-54.el8_9.i686", "product_id": "cups-libs-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-debugsource-1:2.2.6-54.el8_9.i686", "product_id": "cups-debugsource-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "product_id": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.i686", "product_id": "cups-debuginfo-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "product_id": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "product_id": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "product_id": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-54.el8_9.i686", "product": { "name": "cups-devel-1:2.2.6-54.el8_9.i686", "product_id": "cups-devel-1:2.2.6-54.el8_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-54.el8_9?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-libs-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-libs-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-debugsource-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-debugsource-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-client-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-client-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-devel-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-devel-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-ipptool-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-ipptool-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-54.el8_9.x86_64", "product": { "name": "cups-lpd-1:2.2.6-54.el8_9.x86_64", "product_id": "cups-lpd-1:2.2.6-54.el8_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-54.el8_9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-libs-1:2.2.6-54.el8_9.s390x", "product_id": "cups-libs-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-debugsource-1:2.2.6-54.el8_9.s390x", "product_id": "cups-debugsource-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "product_id": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.s390x", "product_id": "cups-debuginfo-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "product_id": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "product_id": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "product_id": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-1:2.2.6-54.el8_9.s390x", "product_id": "cups-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-client-1:2.2.6-54.el8_9.s390x", "product_id": "cups-client-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-devel-1:2.2.6-54.el8_9.s390x", "product_id": "cups-devel-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-ipptool-1:2.2.6-54.el8_9.s390x", "product_id": "cups-ipptool-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-54.el8_9.s390x", "product": { "name": "cups-lpd-1:2.2.6-54.el8_9.s390x", "product_id": "cups-lpd-1:2.2.6-54.el8_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-54.el8_9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filesystem-1:2.2.6-54.el8_9.noarch", "product": { "name": "cups-filesystem-1:2.2.6-54.el8_9.noarch", "product_id": "cups-filesystem-1:2.2.6-54.el8_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-54.el8_9?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src" }, "product_reference": "cups-1:2.2.6-54.el8_9.src", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-54.el8_9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-54.el8_9.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src" }, "product_reference": "cups-1:2.2.6-54.el8_9.src", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-client-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-devel-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-54.el8_9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-54.el8_9.noarch", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-libs-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32324", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209603" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Cups package. A buffer overflow vulnerability in the |format_log_line| function could allow remote attackers to cause a denial of service. Exploitation is only possible when the configuration file, cupsd.conf, has the value of loglevel set to DEBUG.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: heap buffer overflow may lead to DoS", "title": "Vulnerability summary" }, { "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.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32324" }, { "category": "external", "summary": "RHBZ#2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324" } ], "release_date": "2023-06-01T10:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:52:53+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7165" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: heap buffer overflow may lead to DoS" }, { "cve": "CVE-2023-34241", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-06-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214914" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CUPS. This issue occurs due to logging data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data immediately before the connection closed, resulting in a use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability summary" }, { "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.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "RHBZ#2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34241", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34241" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241" } ], "release_date": "2023-06-22T11:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:52:53+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7165" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "AppStream-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "AppStream-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.src", "BaseOS-8.9.0.GA:cups-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-client-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-debugsource-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-devel-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-filesystem-1:2.2.6-54.el8_9.noarch", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-ipptool-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-libs-debuginfo-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-1:2.2.6-54.el8_9.x86_64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.aarch64", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.i686", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.ppc64le", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.s390x", "BaseOS-8.9.0.GA:cups-lpd-debuginfo-1:2.2.6-54.el8_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c" } ] }
rhsa-2024:1101
Vulnerability from csaf_redhat
Published
2024-03-05 15:16
Modified
2025-08-03 04:36
Summary
Red Hat Security Advisory: cups security update
Notes
Topic
An update for cups is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
The Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.
Security Fix(es):
* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)
* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 cups 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 Moderate. 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 Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.\n\nSecurity Fix(es):\n\n* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)\n\n* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)\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-2024:1101", "url": "https://access.redhat.com/errata/RHSA-2024:1101" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1101.json" } ], "title": "Red Hat Security Advisory: cups security update", "tracking": { "current_release_date": "2025-08-03T04:36:08+00:00", "generator": { "date": "2025-08-03T04:36:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:1101", "initial_release_date": "2024-03-05T15:16:41+00:00", "revision_history": [ { "date": "2024-03-05T15:16:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-05T15:16:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T04:36:08+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_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.6::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-45.el8_6.4.src", "product": { "name": "cups-1:2.2.6-45.el8_6.4.src", "product_id": "cups-1:2.2.6-45.el8_6.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.4?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-libs-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-libs-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-client-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-client-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-devel-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-devel-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "product": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "product_id": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.4?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-client-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-client-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "product": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "product_id": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.4?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-libs-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-libs-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-debugsource-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-45.el8_6.4.i686", "product": { "name": "cups-devel-1:2.2.6-45.el8_6.4.i686", "product_id": "cups-devel-1:2.2.6-45.el8_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.4?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-libs-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-libs-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-client-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-client-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-devel-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-devel-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "product": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "product_id": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.4?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-libs-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-libs-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-libs-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-client-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-client-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-devel-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-devel-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-45.el8_6.4.s390x", "product": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.s390x", "product_id": "cups-lpd-1:2.2.6-45.el8_6.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.4?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "product": { "name": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "product_id": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-45.el8_6.4?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-client-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-devel-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-libs-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32324", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209603" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Cups package. A buffer overflow vulnerability in the |format_log_line| function could allow remote attackers to cause a denial of service. Exploitation is only possible when the configuration file, cupsd.conf, has the value of loglevel set to DEBUG.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: heap buffer overflow may lead to DoS", "title": "Vulnerability summary" }, { "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:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32324" }, { "category": "external", "summary": "RHBZ#2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324" } ], "release_date": "2023-06-01T10:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-05T15:16:41+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1101" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: heap buffer overflow may lead to DoS" }, { "cve": "CVE-2023-34241", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-06-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214914" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CUPS. This issue occurs due to logging data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data immediately before the connection closed, resulting in a use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability summary" }, { "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:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "RHBZ#2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34241", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34241" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241" } ], "release_date": "2023-06-22T11:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-05T15:16:41+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1101" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "AppStream-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "AppStream-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.src", "BaseOS-8.6.0.Z.EUS:cups-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-client-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-debugsource-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-devel-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-filesystem-1:2.2.6-45.el8_6.4.noarch", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-1:2.2.6-45.el8_6.4.x86_64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.aarch64", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.i686", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.ppc64le", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.s390x", "BaseOS-8.6.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c" } ] }
rhsa-2023:6596
Vulnerability from csaf_redhat
Published
2023-11-07 08:47
Modified
2025-08-03 04:35
Summary
Red Hat Security Advisory: cups security and bug fix update
Notes
Topic
An update for cups is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
The Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.
Security Fix(es):
* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)
* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 cups is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.\n\nSecurity Fix(es):\n\n* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)\n\n* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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:6596", "url": "https://access.redhat.com/errata/RHSA-2023:6596" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2189919", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189919" }, { "category": "external", "summary": "2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "2217954", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217954" }, { "category": "external", "summary": "RHEL-317", "url": "https://issues.redhat.com/browse/RHEL-317" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6596.json" } ], "title": "Red Hat Security Advisory: cups security and bug fix update", "tracking": { "current_release_date": "2025-08-03T04:35:06+00:00", "generator": { "date": "2025-08-03T04:35:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2023:6596", "initial_release_date": "2023-11-07T08:47:34+00:00", "revision_history": [ { "date": "2023-11-07T08:47:34+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:47:34+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T04:35:06+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.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-client-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-client-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-devel-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-devel-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-ipptool-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-ipptool-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-lpd-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-lpd-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-printerapp-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-printerapp-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-debugsource-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-debugsource-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.3.3op2-21.el9.aarch64", "product": { "name": "cups-libs-1:2.3.3op2-21.el9.aarch64", "product_id": "cups-libs-1:2.3.3op2-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-21.el9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-client-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-client-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-devel-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-devel-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-lpd-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-lpd-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.3.3op2-21.el9.ppc64le", "product": { "name": "cups-libs-1:2.3.3op2-21.el9.ppc64le", "product_id": "cups-libs-1:2.3.3op2-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-21.el9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-client-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-client-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-devel-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-devel-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-ipptool-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-ipptool-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-lpd-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-lpd-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-printerapp-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-printerapp-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-debugsource-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-debugsource-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.3.3op2-21.el9.x86_64", "product": { "name": "cups-libs-1:2.3.3op2-21.el9.x86_64", "product_id": "cups-libs-1:2.3.3op2-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-21.el9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-devel-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-devel-1:2.3.3op2-21.el9.i686", "product_id": "cups-devel-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-debugsource-1:2.3.3op2-21.el9.i686", "product_id": "cups-debugsource-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "product_id": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.3.3op2-21.el9.i686", "product": { "name": "cups-libs-1:2.3.3op2-21.el9.i686", "product_id": "cups-libs-1:2.3.3op2-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-21.el9?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-1:2.3.3op2-21.el9.s390x", "product_id": "cups-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-client-1:2.3.3op2-21.el9.s390x", "product_id": "cups-client-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-devel-1:2.3.3op2-21.el9.s390x", "product_id": "cups-devel-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-ipptool-1:2.3.3op2-21.el9.s390x", "product_id": "cups-ipptool-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-lpd-1:2.3.3op2-21.el9.s390x", "product_id": "cups-lpd-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-printerapp-1:2.3.3op2-21.el9.s390x", "product_id": "cups-printerapp-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-debugsource-1:2.3.3op2-21.el9.s390x", "product_id": "cups-debugsource-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "product_id": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.3.3op2-21.el9.s390x", "product": { "name": "cups-libs-1:2.3.3op2-21.el9.s390x", "product_id": "cups-libs-1:2.3.3op2-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-21.el9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filesystem-1:2.3.3op2-21.el9.noarch", "product": { "name": "cups-filesystem-1:2.3.3op2-21.el9.noarch", "product_id": "cups-filesystem-1:2.3.3op2-21.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filesystem@2.3.3op2-21.el9?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.3.3op2-21.el9.src", "product": { "name": "cups-1:2.3.3op2-21.el9.src", "product_id": "cups-1:2.3.3op2-21.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.3.3op2-21.el9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src" }, "product_reference": "cups-1:2.3.3op2-21.el9.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.3.3op2-21.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch" }, "product_reference": "cups-filesystem-1:2.3.3op2-21.el9.noarch", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src" }, "product_reference": "cups-1:2.3.3op2-21.el9.src", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-client-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-debugsource-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-devel-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.3.3op2-21.el9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch" }, "product_reference": "cups-filesystem-1:2.3.3op2-21.el9.noarch", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-ipptool-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-libs-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-lpd-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-printerapp-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" }, "product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32324", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209603" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Cups package. A buffer overflow vulnerability in the |format_log_line| function could allow remote attackers to cause a denial of service. Exploitation is only possible when the configuration file, cupsd.conf, has the value of loglevel set to DEBUG.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: heap buffer overflow may lead to DoS", "title": "Vulnerability summary" }, { "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.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32324" }, { "category": "external", "summary": "RHBZ#2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324" } ], "release_date": "2023-06-01T10:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:47:34+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6596" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: heap buffer overflow may lead to DoS" }, { "cve": "CVE-2023-34241", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-06-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214914" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CUPS. This issue occurs due to logging data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data immediately before the connection closed, resulting in a use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability summary" }, { "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.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "RHBZ#2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34241", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34241" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241" } ], "release_date": "2023-06-22T11:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:47:34+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6596" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "AppStream-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "AppStream-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.src", "BaseOS-9.3.0.GA:cups-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-client-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-debugsource-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-devel-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-filesystem-1:2.3.3op2-21.el9.noarch", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-ipptool-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-libs-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-lpd-debuginfo-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-1:2.3.3op2-21.el9.x86_64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.aarch64", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.i686", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.ppc64le", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.s390x", "BaseOS-9.3.0.GA:cups-printerapp-debuginfo-1:2.3.3op2-21.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c" } ] }
rhsa-2024:1409
Vulnerability from csaf_redhat
Published
2024-03-19 17:38
Modified
2025-08-03 04:35
Summary
Red Hat Security Advisory: cups security update
Notes
Topic
An update for cups is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
The Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.
Security Fix(es):
* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)
* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 cups is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 Common UNIX Printing System (CUPS) provides a portable printing layer for Linux, UNIX, and similar operating systems.\n\nSecurity Fix(es):\n\n* cups: heap buffer overflow may lead to DoS (CVE-2023-32324)\n\n* cups: use-after-free in cupsdAcceptClient() in scheduler/client.c (CVE-2023-34241)\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-2024:1409", "url": "https://access.redhat.com/errata/RHSA-2024:1409" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1409.json" } ], "title": "Red Hat Security Advisory: cups security update", "tracking": { "current_release_date": "2025-08-03T04:35:18+00:00", "generator": { "date": "2025-08-03T04:35:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:1409", "initial_release_date": "2024-03-19T17:38:02+00:00", "revision_history": [ { "date": "2024-03-19T17:38:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-19T17:38:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T04:35:18+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.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-client-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-client-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-devel-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-devel-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.2.6-51.el8_8.3.aarch64", "product": { "name": "cups-libs-1:2.2.6-51.el8_8.3.aarch64", "product_id": "cups-libs-1:2.2.6-51.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.3?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-client-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-client-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "product": { "name": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "product_id": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.3?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-client-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-client-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-devel-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-devel-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.2.6-51.el8_8.3.x86_64", "product": { "name": "cups-libs-1:2.2.6-51.el8_8.3.x86_64", "product_id": "cups-libs-1:2.2.6-51.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.3?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-devel-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-devel-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-devel-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-debugsource-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.2.6-51.el8_8.3.i686", "product": { "name": "cups-libs-1:2.2.6-51.el8_8.3.i686", "product_id": "cups-libs-1:2.2.6-51.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.3?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-client-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-client-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-devel-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-devel-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-devel-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-lpd-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cups-libs-1:2.2.6-51.el8_8.3.s390x", "product": { "name": "cups-libs-1:2.2.6-51.el8_8.3.s390x", "product_id": "cups-libs-1:2.2.6-51.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.3?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "product": { "name": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "product_id": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-51.el8_8.3?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cups-1:2.2.6-51.el8_8.3.src", "product": { "name": "cups-1:2.2.6-51.el8_8.3.src", "product_id": "cups-1:2.2.6-51.el8_8.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.3?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.src", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-client-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-devel-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch" }, "product_reference": "cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-libs-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" }, "product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-32324", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209603" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Cups package. A buffer overflow vulnerability in the |format_log_line| function could allow remote attackers to cause a denial of service. Exploitation is only possible when the configuration file, cupsd.conf, has the value of loglevel set to DEBUG.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: heap buffer overflow may lead to DoS", "title": "Vulnerability summary" }, { "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.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32324" }, { "category": "external", "summary": "RHBZ#2209603", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209603" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32324" } ], "release_date": "2023-06-01T10:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T17:38:02+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1409" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: heap buffer overflow may lead to DoS" }, { "cve": "CVE-2023-34241", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-06-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214914" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CUPS. This issue occurs due to logging data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data immediately before the connection closed, resulting in a use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability description" }, { "category": "summary", "text": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c", "title": "Vulnerability summary" }, { "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.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "RHBZ#2214914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214914" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34241", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34241" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34241" } ], "release_date": "2023-06-22T11:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T17:38:02+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\n\nAfter installing this update, the cupsd service will be restarted automatically.", "product_ids": [ "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1409" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.src", "BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.3.noarch", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.3.x86_64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.aarch64", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.i686", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.ppc64le", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.s390x", "BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cups: use-after-free in cupsdAcceptClient() in scheduler/client.c" } ] }
opensuse-su-2024:13017-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
cups-2.4.2-6.1 on GA media
Notes
Title of the patch
cups-2.4.2-6.1 on GA media
Description of the patch
These are all security issues fixed in the cups-2.4.2-6.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13017
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "cups-2.4.2-6.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the cups-2.4.2-6.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13017", "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/opensuse-su-2024_13017-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34241 page", "url": "https://www.suse.com/security/cve/CVE-2023-34241/" } ], "title": "cups-2.4.2-6.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13017-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cups-2.4.2-6.1.aarch64", "product": { "name": "cups-2.4.2-6.1.aarch64", "product_id": "cups-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "cups-client-2.4.2-6.1.aarch64", "product": { "name": "cups-client-2.4.2-6.1.aarch64", "product_id": "cups-client-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "cups-config-2.4.2-6.1.aarch64", "product": { "name": "cups-config-2.4.2-6.1.aarch64", "product_id": "cups-config-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "cups-ddk-2.4.2-6.1.aarch64", "product": { "name": "cups-ddk-2.4.2-6.1.aarch64", "product_id": "cups-ddk-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "cups-devel-2.4.2-6.1.aarch64", "product": { "name": "cups-devel-2.4.2-6.1.aarch64", "product_id": "cups-devel-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "cups-devel-32bit-2.4.2-6.1.aarch64", "product": { "name": "cups-devel-32bit-2.4.2-6.1.aarch64", "product_id": "cups-devel-32bit-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "libcups2-2.4.2-6.1.aarch64", "product": { "name": "libcups2-2.4.2-6.1.aarch64", "product_id": "libcups2-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "libcups2-32bit-2.4.2-6.1.aarch64", "product": { "name": "libcups2-32bit-2.4.2-6.1.aarch64", "product_id": "libcups2-32bit-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "libcupsimage2-2.4.2-6.1.aarch64", "product": { "name": "libcupsimage2-2.4.2-6.1.aarch64", "product_id": "libcupsimage2-2.4.2-6.1.aarch64" } }, { "category": "product_version", "name": "libcupsimage2-32bit-2.4.2-6.1.aarch64", "product": { "name": "libcupsimage2-32bit-2.4.2-6.1.aarch64", "product_id": "libcupsimage2-32bit-2.4.2-6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-2.4.2-6.1.ppc64le", "product": { "name": "cups-2.4.2-6.1.ppc64le", "product_id": "cups-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "cups-client-2.4.2-6.1.ppc64le", "product": { "name": "cups-client-2.4.2-6.1.ppc64le", "product_id": "cups-client-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "cups-config-2.4.2-6.1.ppc64le", "product": { "name": "cups-config-2.4.2-6.1.ppc64le", "product_id": "cups-config-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "cups-ddk-2.4.2-6.1.ppc64le", "product": { "name": "cups-ddk-2.4.2-6.1.ppc64le", "product_id": "cups-ddk-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "cups-devel-2.4.2-6.1.ppc64le", "product": { "name": "cups-devel-2.4.2-6.1.ppc64le", "product_id": "cups-devel-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "cups-devel-32bit-2.4.2-6.1.ppc64le", "product": { "name": "cups-devel-32bit-2.4.2-6.1.ppc64le", "product_id": "cups-devel-32bit-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "libcups2-2.4.2-6.1.ppc64le", "product": { "name": "libcups2-2.4.2-6.1.ppc64le", "product_id": "libcups2-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "libcups2-32bit-2.4.2-6.1.ppc64le", "product": { "name": "libcups2-32bit-2.4.2-6.1.ppc64le", "product_id": "libcups2-32bit-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "libcupsimage2-2.4.2-6.1.ppc64le", "product": { "name": "libcupsimage2-2.4.2-6.1.ppc64le", "product_id": "libcupsimage2-2.4.2-6.1.ppc64le" } }, { "category": "product_version", "name": "libcupsimage2-32bit-2.4.2-6.1.ppc64le", "product": { "name": "libcupsimage2-32bit-2.4.2-6.1.ppc64le", "product_id": "libcupsimage2-32bit-2.4.2-6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-2.4.2-6.1.s390x", "product": { "name": "cups-2.4.2-6.1.s390x", "product_id": "cups-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "cups-client-2.4.2-6.1.s390x", "product": { "name": "cups-client-2.4.2-6.1.s390x", "product_id": "cups-client-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "cups-config-2.4.2-6.1.s390x", "product": { "name": "cups-config-2.4.2-6.1.s390x", "product_id": "cups-config-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "cups-ddk-2.4.2-6.1.s390x", "product": { "name": "cups-ddk-2.4.2-6.1.s390x", "product_id": "cups-ddk-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "cups-devel-2.4.2-6.1.s390x", "product": { "name": "cups-devel-2.4.2-6.1.s390x", "product_id": "cups-devel-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "cups-devel-32bit-2.4.2-6.1.s390x", "product": { "name": "cups-devel-32bit-2.4.2-6.1.s390x", "product_id": "cups-devel-32bit-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "libcups2-2.4.2-6.1.s390x", "product": { "name": "libcups2-2.4.2-6.1.s390x", "product_id": "libcups2-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "libcups2-32bit-2.4.2-6.1.s390x", "product": { "name": "libcups2-32bit-2.4.2-6.1.s390x", "product_id": "libcups2-32bit-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "libcupsimage2-2.4.2-6.1.s390x", "product": { "name": "libcupsimage2-2.4.2-6.1.s390x", "product_id": "libcupsimage2-2.4.2-6.1.s390x" } }, { "category": "product_version", "name": "libcupsimage2-32bit-2.4.2-6.1.s390x", "product": { "name": "libcupsimage2-32bit-2.4.2-6.1.s390x", "product_id": "libcupsimage2-32bit-2.4.2-6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-2.4.2-6.1.x86_64", "product": { "name": "cups-2.4.2-6.1.x86_64", "product_id": "cups-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "cups-client-2.4.2-6.1.x86_64", "product": { "name": "cups-client-2.4.2-6.1.x86_64", "product_id": "cups-client-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "cups-config-2.4.2-6.1.x86_64", "product": { "name": "cups-config-2.4.2-6.1.x86_64", "product_id": "cups-config-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "cups-ddk-2.4.2-6.1.x86_64", "product": { "name": "cups-ddk-2.4.2-6.1.x86_64", "product_id": "cups-ddk-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "cups-devel-2.4.2-6.1.x86_64", "product": { "name": "cups-devel-2.4.2-6.1.x86_64", "product_id": "cups-devel-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "cups-devel-32bit-2.4.2-6.1.x86_64", "product": { "name": "cups-devel-32bit-2.4.2-6.1.x86_64", "product_id": "cups-devel-32bit-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "libcups2-2.4.2-6.1.x86_64", "product": { "name": "libcups2-2.4.2-6.1.x86_64", "product_id": "libcups2-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "libcups2-32bit-2.4.2-6.1.x86_64", "product": { "name": "libcups2-32bit-2.4.2-6.1.x86_64", "product_id": "libcups2-32bit-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "libcupsimage2-2.4.2-6.1.x86_64", "product": { "name": "libcupsimage2-2.4.2-6.1.x86_64", "product_id": "libcupsimage2-2.4.2-6.1.x86_64" } }, { "category": "product_version", "name": "libcupsimage2-32bit-2.4.2-6.1.x86_64", "product": { "name": "libcupsimage2-32bit-2.4.2-6.1.x86_64", "product_id": "libcupsimage2-32bit-2.4.2-6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-2.4.2-6.1.aarch64" }, "product_reference": "cups-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-2.4.2-6.1.ppc64le" }, "product_reference": "cups-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-2.4.2-6.1.s390x" }, "product_reference": "cups-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-2.4.2-6.1.x86_64" }, "product_reference": "cups-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-client-2.4.2-6.1.aarch64" }, "product_reference": "cups-client-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-client-2.4.2-6.1.ppc64le" }, "product_reference": "cups-client-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-client-2.4.2-6.1.s390x" }, "product_reference": "cups-client-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-client-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-client-2.4.2-6.1.x86_64" }, "product_reference": "cups-client-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-config-2.4.2-6.1.aarch64" }, "product_reference": "cups-config-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-config-2.4.2-6.1.ppc64le" }, "product_reference": "cups-config-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-config-2.4.2-6.1.s390x" }, "product_reference": "cups-config-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-config-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-config-2.4.2-6.1.x86_64" }, "product_reference": "cups-config-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.aarch64" }, "product_reference": "cups-ddk-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.ppc64le" }, "product_reference": "cups-ddk-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.s390x" }, "product_reference": "cups-ddk-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-ddk-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.x86_64" }, "product_reference": "cups-ddk-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.aarch64" }, "product_reference": "cups-devel-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.ppc64le" }, "product_reference": "cups-devel-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.s390x" }, "product_reference": "cups-devel-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.x86_64" }, "product_reference": "cups-devel-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.aarch64" }, "product_reference": "cups-devel-32bit-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.ppc64le" }, "product_reference": "cups-devel-32bit-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.s390x" }, "product_reference": "cups-devel-32bit-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cups-devel-32bit-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.x86_64" }, "product_reference": "cups-devel-32bit-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-2.4.2-6.1.aarch64" }, "product_reference": "libcups2-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-2.4.2-6.1.ppc64le" }, "product_reference": "libcups2-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-2.4.2-6.1.s390x" }, "product_reference": "libcups2-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-2.4.2-6.1.x86_64" }, "product_reference": "libcups2-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.aarch64" }, "product_reference": "libcups2-32bit-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.ppc64le" }, "product_reference": "libcups2-32bit-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.s390x" }, "product_reference": "libcups2-32bit-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcups2-32bit-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.x86_64" }, "product_reference": "libcups2-32bit-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.aarch64" }, "product_reference": "libcupsimage2-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.ppc64le" }, "product_reference": "libcupsimage2-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.s390x" }, "product_reference": "libcupsimage2-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.x86_64" }, "product_reference": "libcupsimage2-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.4.2-6.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.aarch64" }, "product_reference": "libcupsimage2-32bit-2.4.2-6.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.4.2-6.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.ppc64le" }, "product_reference": "libcupsimage2-32bit-2.4.2-6.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.4.2-6.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.s390x" }, "product_reference": "libcupsimage2-32bit-2.4.2-6.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libcupsimage2-32bit-2.4.2-6.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.x86_64" }, "product_reference": "libcupsimage2-32bit-2.4.2-6.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-34241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34241" } ], "notes": [ { "category": "general", "text": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:cups-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34241", "url": "https://www.suse.com/security/cve/CVE-2023-34241" }, { "category": "external", "summary": "SUSE Bug 1212230 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1212230" }, { "category": "external", "summary": "SUSE Bug 1217457 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1217457" }, { "category": "external", "summary": "SUSE Bug 1218317 for CVE-2023-34241", "url": "https://bugzilla.suse.com/1218317" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:cups-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:cups-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-client-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-config-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-ddk-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:cups-devel-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcups2-32bit-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-2.4.2-6.1.x86_64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.aarch64", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.ppc64le", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.s390x", "openSUSE Tumbleweed:libcupsimage2-32bit-2.4.2-6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-34241" } ] }
fkie_cve-2023-34241
Vulnerability from fkie_nvd
Published
2023-06-22 23:15
Modified
2024-11-21 08:06
Severity ?
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
7.1 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
7.1 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Summary
OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.
The exact cause of this issue is the function `httpClose(con->http)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.
Version 2.4.6 has a patch for this issue.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | http://www.openwall.com/lists/oss-security/2023/06/23/10 | Mailing List, Third Party Advisory | |
security-advisories@github.com | http://www.openwall.com/lists/oss-security/2023/06/26/1 | Mailing List, Third Party Advisory | |
security-advisories@github.com | https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2 | Patch | |
security-advisories@github.com | https://github.com/OpenPrinting/cups/releases/tag/v2.4.6 | Release Notes | |
security-advisories@github.com | https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25 | Exploit, Patch, Vendor Advisory | |
security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html | Mailing List | |
security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/ | Mailing List | |
security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/ | Mailing List, Third Party Advisory | |
security-advisories@github.com | https://support.apple.com/kb/HT213843 | Third Party Advisory | |
security-advisories@github.com | https://support.apple.com/kb/HT213844 | Third Party Advisory | |
security-advisories@github.com | https://support.apple.com/kb/HT213845 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2023/06/23/10 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2023/06/26/1 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2 | Patch | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenPrinting/cups/releases/tag/v2.4.6 | Release Notes | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25 | Exploit, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html | Mailing List | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/ | Mailing List | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/ | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://support.apple.com/kb/HT213843 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://support.apple.com/kb/HT213844 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://support.apple.com/kb/HT213845 | Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
openprinting | cups | * | |
fedoraproject | fedora | 37 | |
fedoraproject | fedora | 38 | |
debian | debian_linux | 10.0 | |
apple | macos | * | |
apple | macos | * | |
apple | macos | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*", "matchCriteriaId": "585E1383-7BF8-46F9-8ECE-FF22DDCAA076", "versionEndExcluding": "2.4.6", "versionStartIncluding": "2.2.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*", "matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "matchCriteriaId": "32C6C615-0E8E-458B-88C6-A8BF29D3DB69", "versionEndExcluding": "11.7.9", "vulnerable": true }, { "criteria": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "matchCriteriaId": "A47C992E-C336-403A-A534-E1A33C7338DE", "versionEndExcluding": "12.6.8", "versionStartIncluding": "12.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "matchCriteriaId": "3D701507-146E-4E5B-8C32-60E797E46627", "versionEndExcluding": "13.5", "versionStartIncluding": "13.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue." } ], "id": "CVE-2023-34241", "lastModified": "2024-11-21T08:06:50.577", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.2, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2023-06-22T23:15:09.493", "references": [ { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Patch", "Vendor Advisory" ], "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213843" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213844" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213845" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch" ], "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes" ], "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Patch", "Vendor Advisory" ], "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213843" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213844" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213845" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-416" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
gsd-2023-34241
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.
The exact cause of this issue is the function `httpClose(con->http)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.
Version 2.4.6 has a patch for this issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-34241", "id": "GSD-2023-34241" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-34241" ], "details": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue.", "id": "GSD-2023-34241", "modified": "2023-12-13T01:20:30.940852Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-34241", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cups", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 2.0.0, \u003c 2.4.6" } ] } } ] }, "vendor_name": "OpenPrinting" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-416", "lang": "eng", "value": "CWE-416: Use After Free" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25", "refsource": "MISC", "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "name": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2", "refsource": "MISC", "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "name": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6", "refsource": "MISC", "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "name": "http://www.openwall.com/lists/oss-security/2023/06/23/10", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "name": "http://www.openwall.com/lists/oss-security/2023/06/26/1", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "name": "https://support.apple.com/kb/HT213843", "refsource": "MISC", "url": "https://support.apple.com/kb/HT213843" }, { "name": "https://support.apple.com/kb/HT213844", "refsource": "MISC", "url": "https://support.apple.com/kb/HT213844" }, { "name": "https://support.apple.com/kb/HT213845", "refsource": "MISC", "url": "https://support.apple.com/kb/HT213845" } ] }, "source": { "advisory": "GHSA-qjgh-5hcq-5f25", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.4.6", "versionStartIncluding": "2.2.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "13.5", "versionStartIncluding": "13.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "11.7.9", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "12.6.8", "versionStartIncluding": "12.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-34241" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data right before. This is a use-after-free bug that impacts the entire cupsd process.\n\nThe exact cause of this issue is the function `httpClose(con-\u003ehttp)` being called in `scheduler/client.c`. The problem is that httpClose always, provided its argument is not null, frees the pointer at the end of the call, only for cupsdLogClient to pass the pointer to httpGetHostname. This issue happens in function `cupsdAcceptClient` if LogLevel is warn or higher and in two scenarios: there is a double-lookup for the IP Address (HostNameLookups Double is set in `cupsd.conf`) which fails to resolve, or if CUPS is compiled with TCP wrappers and the connection is refused by rules from `/etc/hosts.allow` and `/etc/hosts.deny`.\n\nVersion 2.4.6 has a patch for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-416" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2" }, { "name": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/OpenPrinting/cups/releases/tag/v2.4.6" }, { "name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25", "refsource": "MISC", "tags": [ "Exploit", "Patch", "Vendor Advisory" ], "url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-qjgh-5hcq-5f25" }, { "name": "http://www.openwall.com/lists/oss-security/2023/06/23/10", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/23/10" }, { "name": "http://www.openwall.com/lists/oss-security/2023/06/26/1", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/06/26/1" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TBIYKDS3UG3W4Z7YOHTR2AWFNBRYPNYY/" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00038.html" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7I7DWGYGEMBNLZF5UQBMF3SONR37YUBN/" }, { "name": "https://support.apple.com/kb/HT213843", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213843" }, { "name": "https://support.apple.com/kb/HT213844", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213844" }, { "name": "https://support.apple.com/kb/HT213845", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213845" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.2 } }, "lastModifiedDate": "2023-11-17T19:33Z", "publishedDate": "2023-06-22T23:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…