Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-35235 (GCVE-0-2024-35235)
Vulnerability from cvelistv5 – Published: 2024-06-11 14:13 – Updated: 2025-02-21 16:56| Vendor | Product | Version | |
|---|---|---|---|
| OpenPrinting | cups |
Affected:
<= 2.4.8
|
|
| openprinting | cups |
Affected:
0 , ≤ 2.4.8
(custom)
cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:* |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "cups",
"vendor": "openprinting",
"versions": [
{
"lessThanOrEqual": "2.4.8",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-35235",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-11T17:02:39.998197Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-21T16:56:42.752Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-11-08T06:03:26.227Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f"
},
{
"name": "https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d"
},
{
"name": "https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21"
},
{
"name": "https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/06/11/1"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/06/12/4"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/06/12/5"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/11/08/3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "cups",
"vendor": "OpenPrinting",
"versions": [
{
"status": "affected",
"version": "\u003c= 2.4.8"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-59",
"description": "CWE-59: Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-252",
"description": "CWE-252: Unchecked Return Value",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-14T03:06:28.702Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f"
},
{
"name": "https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d"
},
{
"name": "https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21",
"tags": [
"x_refsource_MISC"
],
"url": "https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21"
},
{
"name": "https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/06/11/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/06/12/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/06/12/5"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html"
}
],
"source": {
"advisory": "GHSA-vvwp-mv6j-hw6f",
"discovery": "UNKNOWN"
},
"title": "Cupsd Listen arbitrary chmod 0140777"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-35235",
"datePublished": "2024-06-11T14:13:23.771Z",
"dateReserved": "2024-05-14T15:39:41.785Z",
"dateUpdated": "2025-02-21T16:56:42.752Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-35235",
"date": "2026-06-08",
"epss": "0.03102",
"percentile": "0.87058"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"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.\\n\"}, {\"lang\": \"es\", \"value\": \"OpenPrinting CUPS es un sistema de impresi\\u00f3n de c\\u00f3digo abierto para Linux y otros sistemas operativos similares a Unix. En las versiones 2.4.8 y anteriores, al iniciar el servidor cupsd con un elemento de configuraci\\u00f3n Listen que apunta a un enlace simb\\u00f3lico, se puede hacer que el proceso cupsd realice un chmod arbitrario del argumento proporcionado, proporcionando acceso de escritura mundial al destino. Dado que cupsd a menudo se ejecuta como root, esto puede resultar en el cambio de permiso de cualquier usuario o archivo del sistema para que se pueda escribir en todo el mundo. Dado el contexto de Ubuntu AppArmor antes mencionado, en dichos sistemas esta vulnerabilidad se limita a aquellos archivos modificables por el proceso cupsd. En ese caso espec\\u00edfico, se descubri\\u00f3 que era posible convertir la configuraci\\u00f3n del argumento Listen en control total sobre los archivos de configuraci\\u00f3n cupsd.conf y cups-files.conf. Al configurar posteriormente los argumentos Usuario y Grupo en cups-files.conf e imprimir con una impresora configurada por PPD con un argumento `FoomaticRIPCommandLine`, se podr\\u00eda lograr la ejecuci\\u00f3n de comandos arbitrarios de usuarios y grupos (no root), que se pueden usar a\\u00fan m\\u00e1s en Sistemas Ubuntu para lograr la ejecuci\\u00f3n completa del comando root. El commit ff1f8a623e090dee8a8aadf12a6a4b25efac143d contiene un parche para el problema.\"}]",
"id": "CVE-2024-35235",
"lastModified": "2024-11-21T09:19:59.513",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 4.4, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 3.6}]}",
"published": "2024-06-11T15:16:07.473",
"references": "[{\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/11/1\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/4\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/5\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/11/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/4\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/11/08/3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-59\"}, {\"lang\": \"en\", \"value\": \"CWE-252\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-35235\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-06-11T15:16:07.473\",\"lastModified\":\"2025-09-26T23:51:23.693\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"OpenPrinting CUPS es un sistema de impresi\u00f3n de c\u00f3digo abierto para Linux y otros sistemas operativos similares a Unix. En las versiones 2.4.8 y anteriores, al iniciar el servidor cupsd con un elemento de configuraci\u00f3n Listen que apunta a un enlace simb\u00f3lico, se puede hacer que el proceso cupsd realice un chmod arbitrario del argumento proporcionado, proporcionando acceso de escritura mundial al destino. Dado que cupsd a menudo se ejecuta como root, esto puede resultar en el cambio de permiso de cualquier usuario o archivo del sistema para que se pueda escribir en todo el mundo. Dado el contexto de Ubuntu AppArmor antes mencionado, en dichos sistemas esta vulnerabilidad se limita a aquellos archivos modificables por el proceso cupsd. En ese caso espec\u00edfico, se descubri\u00f3 que era posible convertir la configuraci\u00f3n del argumento Listen en control total sobre los archivos de configuraci\u00f3n cupsd.conf y cups-files.conf. Al configurar posteriormente los argumentos Usuario y Grupo en cups-files.conf e imprimir con una impresora configurada por PPD con un argumento `FoomaticRIPCommandLine`, se podr\u00eda lograr la ejecuci\u00f3n de comandos arbitrarios de usuarios y grupos (no root), que se pueden usar a\u00fan m\u00e1s en Sistemas Ubuntu para lograr la ejecuci\u00f3n completa del comando root. El commit ff1f8a623e090dee8a8aadf12a6a4b25efac143d contiene un parche para el problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.8,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"},{\"lang\":\"en\",\"value\":\"CWE-252\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"2.4.8\",\"matchCriteriaId\":\"62C2C72D-4BC1-4584-9F3E-7FAE51E6BE2E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/11/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/12/4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/12/5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/12/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/12/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/11/08/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"name\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"name\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"name\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"name\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/11/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/5\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/11/08/3\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-11-08T06:03:26.227Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-35235\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-11T17:02:39.998197Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:openprinting:cups:*:*:*:*:*:*:*:*\"], \"vendor\": \"openprinting\", \"product\": \"cups\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"2.4.8\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-11T17:04:23.308Z\"}}], \"cna\": {\"title\": \"Cupsd Listen arbitrary chmod 0140777\", \"source\": {\"advisory\": \"GHSA-vvwp-mv6j-hw6f\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"OpenPrinting\", \"product\": \"cups\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c= 2.4.8\"}]}], \"references\": [{\"url\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"name\": \"https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"name\": \"https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"name\": \"https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"name\": \"https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/11/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/12/5\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-59\", \"description\": \"CWE-59: Improper Link Resolution Before File Access (\u0027Link Following\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-252\", \"description\": \"CWE-252: Unchecked Return Value\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-14T03:06:28.702Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-35235\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-21T16:56:42.752Z\", \"dateReserved\": \"2024-05-14T15:39:41.785Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-06-11T14:13:23.771Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:4776
Vulnerability from csaf_redhat - Published: 2024-07-23 16:41 - Updated: 2026-03-18 02:40A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:4776",
"url": "https://access.redhat.com/errata/RHSA-2024:4776"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4776.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2026-03-18T02:40:33+00:00",
"generator": {
"date": "2026-03-18T02:40:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:4776",
"initial_release_date": "2024-07-23T16:41:24+00:00",
"revision_history": [
{
"date": "2024-07-23T16:41:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T16:41:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:40:33+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.4.0.Z.MAIN.EUS",
"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.4.0.Z.MAIN.EUS",
"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-27.el9_4.aarch64",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product_id": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.3.3op2-27.el9_4?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.src",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.src",
"product_id": "cups-1:2.3.3op2-27.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?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-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T16:41:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4776"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024:5644
Vulnerability from csaf_redhat - Published: 2024-08-20 16:14 - Updated: 2026-03-18 02:42A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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.2 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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:5644",
"url": "https://access.redhat.com/errata/RHSA-2024:5644"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5644.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2026-03-18T02:42:39+00:00",
"generator": {
"date": "2026-03-18T02:42:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:5644",
"initial_release_date": "2024-08-20T16:14:28+00:00",
"revision_history": [
{
"date": "2024-08-20T16:14:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T16:14:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:42:39+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.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product_id": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.3.3op2-16.el9_2.2?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.src",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?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-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T16:14:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5644"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024_4265
Vulnerability from csaf_redhat - Published: 2024-07-02 15:43 - Updated: 2024-11-24 17:02A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:4265",
"url": "https://access.redhat.com/errata/RHSA-2024:4265"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4265.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2024-11-24T17:02:12+00:00",
"generator": {
"date": "2024-11-24T17:02:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:4265",
"initial_release_date": "2024-07-02T15:43:53+00:00",
"revision_history": [
{
"date": "2024-07-02T15:43:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-02T15:43:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-24T17:02:12+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.10.0.Z.MAIN.EUS",
"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.10.0.Z.MAIN.EUS",
"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-60.el8_10.aarch64",
"product": {
"name": "cups-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-client-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-client-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-devel-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-devel-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-lpd-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-lpd-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-60.el8_10.aarch64",
"product": {
"name": "cups-libs-1:2.2.6-60.el8_10.aarch64",
"product_id": "cups-libs-1:2.2.6-60.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-60.el8_10?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-client-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-client-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-devel-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-devel-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-60.el8_10.ppc64le",
"product": {
"name": "cups-libs-1:2.2.6-60.el8_10.ppc64le",
"product_id": "cups-libs-1:2.2.6-60.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-60.el8_10?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-client-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-client-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-devel-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-devel-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-lpd-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-lpd-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-60.el8_10.x86_64",
"product": {
"name": "cups-libs-1:2.2.6-60.el8_10.x86_64",
"product_id": "cups-libs-1:2.2.6-60.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-60.el8_10?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-devel-1:2.2.6-60.el8_10.i686",
"product_id": "cups-devel-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.i686",
"product_id": "cups-debugsource-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"product_id": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.i686",
"product_id": "cups-debuginfo-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"product_id": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"product_id": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-60.el8_10.i686",
"product": {
"name": "cups-libs-1:2.2.6-60.el8_10.i686",
"product_id": "cups-libs-1:2.2.6-60.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-60.el8_10?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-client-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-client-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-devel-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-devel-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-ipptool-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-lpd-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-lpd-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-debugsource-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-60.el8_10.s390x",
"product": {
"name": "cups-libs-1:2.2.6-60.el8_10.s390x",
"product_id": "cups-libs-1:2.2.6-60.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-60.el8_10?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.2.6-60.el8_10.noarch",
"product": {
"name": "cups-filesystem-1:2.2.6-60.el8_10.noarch",
"product_id": "cups-filesystem-1:2.2.6-60.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-60.el8_10?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-60.el8_10.src",
"product": {
"name": "cups-1:2.2.6-60.el8_10.src",
"product_id": "cups-1:2.2.6-60.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-60.el8_10?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-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src"
},
"product_reference": "cups-1:2.2.6-60.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-60.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-60.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src"
},
"product_reference": "cups-1:2.2.6-60.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-client-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-60.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-60.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-02T15:43: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4265"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-debugsource-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-devel-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-filesystem-1:2.2.6-60.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-1:2.2.6-60.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.2.6-60.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024_4580
Vulnerability from csaf_redhat - Published: 2024-07-16 19:03 - Updated: 2024-11-24 17:02A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:4580",
"url": "https://access.redhat.com/errata/RHSA-2024:4580"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4580.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2024-11-24T17:02:21+00:00",
"generator": {
"date": "2024-11-24T17:02:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:4580",
"initial_release_date": "2024-07-16T19:03:49+00:00",
"revision_history": [
{
"date": "2024-07-16T19:03:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-16T19:03:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-24T17:02:21+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.4.aarch64",
"product": {
"name": "cups-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-client-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-client-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"product": {
"name": "cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"product_id": "cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"product": {
"name": "cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"product_id": "cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-client-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-client-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"product": {
"name": "cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"product_id": "cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-devel-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-devel-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-51.el8_8.4.i686",
"product": {
"name": "cups-libs-1:2.2.6-51.el8_8.4.i686",
"product_id": "cups-libs-1:2.2.6-51.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.4?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-client-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-client-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-devel-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-devel-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-51.el8_8.4.s390x",
"product": {
"name": "cups-libs-1:2.2.6-51.el8_8.4.s390x",
"product_id": "cups-libs-1:2.2.6-51.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-51.el8_8.4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"product": {
"name": "cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"product_id": "cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-51.el8_8.4?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-51.el8_8.4.src",
"product": {
"name": "cups-1:2.2.6-51.el8_8.4.src",
"product_id": "cups-1:2.2.6-51.el8_8.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-51.el8_8.4?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.4.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.4.aarch64"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.src"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.src"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-client-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-51.el8_8.4.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.4.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.4.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-51.el8_8.4.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.4.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.4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.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.4.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.4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-16T19:03:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4580"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"AppStream-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"AppStream-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.src",
"BaseOS-8.8.0.Z.EUS:cups-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-client-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-debugsource-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-devel-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-filesystem-1:2.2.6-51.el8_8.4.noarch",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-ipptool-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-libs-debuginfo-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-1:2.2.6-51.el8_8.4.x86_64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.aarch64",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.i686",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.ppc64le",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.s390x",
"BaseOS-8.8.0.Z.EUS:cups-lpd-debuginfo-1:2.2.6-51.el8_8.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024_4715
Vulnerability from csaf_redhat - Published: 2024-07-24 08:50 - Updated: 2024-11-24 17:02A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:4715",
"url": "https://access.redhat.com/errata/RHSA-2024:4715"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4715.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2024-11-24T17:02:41+00:00",
"generator": {
"date": "2024-11-24T17:02:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:4715",
"initial_release_date": "2024-07-24T08:50:46+00:00",
"revision_history": [
{
"date": "2024-07-24T08:50:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-24T08:50:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-24T17:02:41+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"product": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"product_id": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.5?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"product": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"product_id": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.5?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"product": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"product_id": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.2.6-45.el8_6.5?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.2.6-45.el8_6.5.src",
"product": {
"name": "cups-1:2.2.6-45.el8_6.5.src",
"product_id": "cups-1:2.2.6-45.el8_6.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.5?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-client-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-client-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"product": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"product_id": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.5?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"product": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"product_id": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.5?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-libs-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-libs-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-client-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-client-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-devel-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"product": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"product_id": "cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.2.6-45.el8_6.5?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch"
},
"product_reference": "cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-24T08:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4715"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"AppStream-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"AppStream-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"AppStream-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"AppStream-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.AUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.AUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.E4S:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.aarch64",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.ppc64le",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.s390x",
"BaseOS-8.6.0.Z.E4S:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.src",
"BaseOS-8.6.0.Z.TUS:cups-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-client-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-debugsource-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-devel-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-filesystem-1:2.2.6-45.el8_6.5.noarch",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-ipptool-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-libs-debuginfo-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-1:2.2.6-45.el8_6.5.x86_64",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.i686",
"BaseOS-8.6.0.Z.TUS:cups-lpd-debuginfo-1:2.2.6-45.el8_6.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024_4776
Vulnerability from csaf_redhat - Published: 2024-07-23 16:41 - Updated: 2024-11-24 17:02A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:4776",
"url": "https://access.redhat.com/errata/RHSA-2024:4776"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4776.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2024-11-24T17:02:31+00:00",
"generator": {
"date": "2024-11-24T17:02:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:4776",
"initial_release_date": "2024-07-23T16:41:24+00:00",
"revision_history": [
{
"date": "2024-07-23T16:41:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T16:41:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-24T17:02:31+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.4.0.Z.MAIN.EUS",
"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.4.0.Z.MAIN.EUS",
"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-27.el9_4.aarch64",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product_id": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-27.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product_id": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.3.3op2-27.el9_4?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-27.el9_4.src",
"product": {
"name": "cups-1:2.3.3op2-27.el9_4.src",
"product_id": "cups-1:2.3.3op2-27.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-27.el9_4?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-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T16:41:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4776"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.src",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-client-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-debugsource-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-devel-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-filesystem-1:2.3.3op2-27.el9_4.noarch",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-ipptool-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-libs-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-lpd-debuginfo-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-1:2.3.3op2-27.el9_4.x86_64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.aarch64",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.i686",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.ppc64le",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.s390x",
"BaseOS-9.4.0.Z.MAIN.EUS:cups-printerapp-debuginfo-1:2.3.3op2-27.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
RHSA-2024_5644
Vulnerability from csaf_redhat - Published: 2024-08-20 16:14 - Updated: 2024-11-24 17:02A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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.2 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: Cupsd Listen arbitrary chmod 0140777 (CVE-2024-35235)\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:5644",
"url": "https://access.redhat.com/errata/RHSA-2024:5644"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5644.json"
}
],
"title": "Red Hat Security Advisory: cups security update",
"tracking": {
"current_release_date": "2024-11-24T17:02:52+00:00",
"generator": {
"date": "2024-11-24T17:02:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:5644",
"initial_release_date": "2024-08-20T16:14:28+00:00",
"revision_history": [
{
"date": "2024-08-20T16:14:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T16:14:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-24T17:02:52+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.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-devel@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debugsource@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-client-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-ipptool-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-lpd-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-printerapp-debuginfo@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product_id": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-libs@2.3.3op2-16.el9_2.2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product_id": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups-filesystem@2.3.3op2-16.el9_2.2?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1:2.3.3op2-16.el9_2.2.src",
"product": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src",
"product_id": "cups-1:2.3.3op2-16.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cups@2.3.3op2-16.el9_2.2?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-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch"
},
"product_reference": "cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
},
"product_reference": "cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-35235",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290318"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cupsd server. When starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Since cupsd is often running as root, this issue can result in the change of permission of any user or system files to be world writable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Cupsd Listen arbitrary chmod 0140777",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-35235 vulnerability is classified as moderate severity rather than important primarily due to its requirement for elevated privileges and specific preconditions for exploitation. The vulnerability necessitates the ability to edit the cupsd.conf file, which typically requires administrative access. Furthermore, successful exploitation hinges on creating a symbolic link in a writable directory and manipulating the Listen directive within cupsd.conf. While this can lead to arbitrary chmod operations and potentially compromise system files, the precondition of administrative access significantly reduces the likelihood of exploitation by unauthorized users, thereby mitigating the overall impact and severity of the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35235"
},
{
"category": "external",
"summary": "RHBZ#2290318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290318"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35235"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2024/q2/277",
"url": "https://seclists.org/oss-sec/2024/q2/277"
}
],
"release_date": "2024-06-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T16:14:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5644"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:cups-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-client-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-debugsource-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-devel-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-filesystem-1:2.3.3op2-16.el9_2.2.noarch",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-ipptool-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-libs-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-lpd-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-1:2.3.3op2-16.el9_2.2.x86_64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.aarch64",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.i686",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.ppc64le",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.s390x",
"BaseOS-9.2.0.Z.EUS:cups-printerapp-debuginfo-1:2.3.3op2-16.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cups: Cupsd Listen arbitrary chmod 0140777"
}
]
}
SUSE-SU-2024:2002-1
Vulnerability from csaf_suse - Published: 2024-06-12 05:27 - Updated: 2024-06-12 05:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cups",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cups fixes the following issues:\n\n- CVE-2024-35235: Fixed a bug in cupsd that could allow an attacker to change the permissions of other files in the system. (bsc#1225365)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2002,SUSE-SLE-SDK-12-SP5-2024-2002,SUSE-SLE-SERVER-12-SP5-2024-2002",
"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-2024_2002-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2002-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242002-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2002-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018705.html"
},
{
"category": "self",
"summary": "SUSE Bug 1225365",
"url": "https://bugzilla.suse.com/1225365"
},
{
"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": "2024-06-12T05:27:54Z",
"generator": {
"date": "2024-06-12T05:27:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2002-1",
"initial_release_date": "2024-06-12T05:27:54Z",
"revision_history": [
{
"date": "2024-06-12T05:27:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.aarch64",
"product": {
"name": "cups-1.7.5-20.49.1.aarch64",
"product_id": "cups-1.7.5-20.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.aarch64",
"product": {
"name": "cups-client-1.7.5-20.49.1.aarch64",
"product_id": "cups-client-1.7.5-20.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.aarch64",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.aarch64",
"product_id": "cups-ddk-1.7.5-20.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.aarch64",
"product": {
"name": "cups-devel-1.7.5-20.49.1.aarch64",
"product_id": "cups-devel-1.7.5-20.49.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.aarch64",
"product": {
"name": "cups-libs-1.7.5-20.49.1.aarch64",
"product_id": "cups-libs-1.7.5-20.49.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-libs-64bit-1.7.5-20.49.1.aarch64_ilp32",
"product": {
"name": "cups-libs-64bit-1.7.5-20.49.1.aarch64_ilp32",
"product_id": "cups-libs-64bit-1.7.5-20.49.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.i586",
"product": {
"name": "cups-1.7.5-20.49.1.i586",
"product_id": "cups-1.7.5-20.49.1.i586"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.i586",
"product": {
"name": "cups-client-1.7.5-20.49.1.i586",
"product_id": "cups-client-1.7.5-20.49.1.i586"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.i586",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.i586",
"product_id": "cups-ddk-1.7.5-20.49.1.i586"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.i586",
"product": {
"name": "cups-devel-1.7.5-20.49.1.i586",
"product_id": "cups-devel-1.7.5-20.49.1.i586"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.i586",
"product": {
"name": "cups-libs-1.7.5-20.49.1.i586",
"product_id": "cups-libs-1.7.5-20.49.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.ppc64le",
"product": {
"name": "cups-1.7.5-20.49.1.ppc64le",
"product_id": "cups-1.7.5-20.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.ppc64le",
"product": {
"name": "cups-client-1.7.5-20.49.1.ppc64le",
"product_id": "cups-client-1.7.5-20.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.ppc64le",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.ppc64le",
"product_id": "cups-ddk-1.7.5-20.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.ppc64le",
"product": {
"name": "cups-devel-1.7.5-20.49.1.ppc64le",
"product_id": "cups-devel-1.7.5-20.49.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.ppc64le",
"product": {
"name": "cups-libs-1.7.5-20.49.1.ppc64le",
"product_id": "cups-libs-1.7.5-20.49.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.s390",
"product": {
"name": "cups-1.7.5-20.49.1.s390",
"product_id": "cups-1.7.5-20.49.1.s390"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.s390",
"product": {
"name": "cups-client-1.7.5-20.49.1.s390",
"product_id": "cups-client-1.7.5-20.49.1.s390"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.s390",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.s390",
"product_id": "cups-ddk-1.7.5-20.49.1.s390"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.s390",
"product": {
"name": "cups-devel-1.7.5-20.49.1.s390",
"product_id": "cups-devel-1.7.5-20.49.1.s390"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.s390",
"product": {
"name": "cups-libs-1.7.5-20.49.1.s390",
"product_id": "cups-libs-1.7.5-20.49.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-1.7.5-20.49.1.s390x",
"product_id": "cups-1.7.5-20.49.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-client-1.7.5-20.49.1.s390x",
"product_id": "cups-client-1.7.5-20.49.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.s390x",
"product_id": "cups-ddk-1.7.5-20.49.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-devel-1.7.5-20.49.1.s390x",
"product_id": "cups-devel-1.7.5-20.49.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-libs-1.7.5-20.49.1.s390x",
"product_id": "cups-libs-1.7.5-20.49.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-libs-32bit-1.7.5-20.49.1.s390x",
"product": {
"name": "cups-libs-32bit-1.7.5-20.49.1.s390x",
"product_id": "cups-libs-32bit-1.7.5-20.49.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-1.7.5-20.49.1.x86_64",
"product_id": "cups-1.7.5-20.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-client-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-client-1.7.5-20.49.1.x86_64",
"product_id": "cups-client-1.7.5-20.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-ddk-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-ddk-1.7.5-20.49.1.x86_64",
"product_id": "cups-ddk-1.7.5-20.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-devel-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-devel-1.7.5-20.49.1.x86_64",
"product_id": "cups-devel-1.7.5-20.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-libs-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-libs-1.7.5-20.49.1.x86_64",
"product_id": "cups-libs-1.7.5-20.49.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-libs-32bit-1.7.5-20.49.1.x86_64",
"product": {
"name": "cups-libs-32bit-1.7.5-20.49.1.x86_64",
"product_id": "cups-libs-32bit-1.7.5-20.49.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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 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-ddk-1.7.5-20.49.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.49.1.aarch64"
},
"product_reference": "cups-ddk-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-ddk-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-ddk-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-ddk-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-devel-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-devel-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-devel-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-devel-1.7.5-20.49.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.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.aarch64"
},
"product_reference": "cups-1.7.5-20.49.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.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.ppc64le"
},
"product_reference": "cups-1.7.5-20.49.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.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.s390x"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-libs-32bit-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-libs-32bit-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-client-1.7.5-20.49.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.49.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.49.1.aarch64"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.ppc64le"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-libs-1.7.5-20.49.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.49.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.49.1.s390x"
},
"product_reference": "cups-libs-32bit-1.7.5-20.49.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.49.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.49.1.x86_64"
},
"product_reference": "cups-libs-32bit-1.7.5-20.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Server 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.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 Enterprise Server 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.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 Enterprise Server 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-client-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:cups-libs-32bit-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-ddk-1.7.5-20.49.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:cups-devel-1.7.5-20.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-12T05:27:54Z",
"details": "important"
}
],
"title": "CVE-2024-35235"
}
]
}
SUSE-SU-2024:2003-1
Vulnerability from csaf_suse - Published: 2024-06-12 05:31 - Updated: 2024-06-12 05:31| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cups",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cups fixes the following issues:\n\n- CVE-2024-35235: Fixed a bug in cupsd that could allow an attacker to change the permissions of other files in the system. (bsc#1225365)\n- Handle local \u0027Negotiate\u0027 authentication response for cli clients (bsc#1223179)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2003,SUSE-SLE-Micro-5.3-2024-2003,SUSE-SLE-Micro-5.4-2024-2003,SUSE-SLE-Micro-5.5-2024-2003,SUSE-SLE-Module-Basesystem-15-SP5-2024-2003,SUSE-SLE-Module-Basesystem-15-SP6-2024-2003,SUSE-SLE-Module-Desktop-Applications-15-SP5-2024-2003,SUSE-SLE-Module-Desktop-Applications-15-SP6-2024-2003,SUSE-SLE-Module-Development-Tools-15-SP5-2024-2003,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2003,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-2003,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2003,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2003,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2003,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2003,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-2003,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2003,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2003,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-2003,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2003,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2003,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2003,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2003,SUSE-SUSE-MicroOS-5.2-2024-2003,SUSE-Storage-7.1-2024-2003,openSUSE-Leap-Micro-5.3-2024-2003,openSUSE-Leap-Micro-5.4-2024-2003,openSUSE-SLE-15.5-2024-2003,openSUSE-SLE-15.6-2024-2003",
"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-2024_2003-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2003-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242003-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2003-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018704.html"
},
{
"category": "self",
"summary": "SUSE Bug 1223179",
"url": "https://bugzilla.suse.com/1223179"
},
{
"category": "self",
"summary": "SUSE Bug 1225365",
"url": "https://bugzilla.suse.com/1225365"
},
{
"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": "2024-06-12T05:31:00Z",
"generator": {
"date": "2024-06-12T05:31:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2003-1",
"initial_release_date": "2024-06-12T05:31:00Z",
"revision_history": [
{
"date": "2024-06-12T05:31:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-client-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-config-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-devel-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcups2-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-2.2.7-150000.3.59.1.i586",
"product_id": "cups-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.i586",
"product_id": "cups-client-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.i586",
"product_id": "cups-config-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.i586",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.i586",
"product_id": "cups-devel-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.i586",
"product_id": "libcups2-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-client-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-config-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-devel-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcups2-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-client-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-config-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-devel-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x",
"product_id": "libcups2-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-client-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-config-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-devel-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcups2-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsppdc1-32bit-2.2.7-150000.3.59.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 Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"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 Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"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 Desktop Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp6"
}
}
},
{
"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 Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"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-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 High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"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 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"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 Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"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.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 Micro 5.4",
"product": {
"name": "openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.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_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"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.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.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.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"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.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.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.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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-ddk-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.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.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.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.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.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.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.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.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.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.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.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.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-32bit-2.2.7-150000.3.59.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.59.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.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.59.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-client-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.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 Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.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 Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Enterprise Storage 7.1:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Proxy 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-client-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:cups-devel-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"SUSE Manager Server 4.3:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.5:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.5:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-client-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-ddk-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:cups-devel-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap 15.6:libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap 15.6:libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.3:libcups2-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:cups-config-2.2.7-150000.3.59.1.x86_64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.aarch64",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.s390x",
"openSUSE Leap Micro 5.4:libcups2-2.2.7-150000.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-12T05:31:00Z",
"details": "important"
}
],
"title": "CVE-2024-35235"
}
]
}
SUSE-SU-2024:2003-2
Vulnerability from csaf_suse - Published: 2024-06-12 05:30 - Updated: 2024-06-12 05:30| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cups",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cups fixes the following issues:\n\n- CVE-2024-35235: Fixed a bug in cupsd that could allow an attacker to change the permissions of other files in the system. (bsc#1225365)\n- Handle local \u0027Negotiate\u0027 authentication response for cli clients (bsc#1223179)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2003,SUSE-SLE-Micro-5.5-2024-2003",
"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-2024_2003-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2003-2",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242003-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2003-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/035961.html"
},
{
"category": "self",
"summary": "SUSE Bug 1223179",
"url": "https://bugzilla.suse.com/1223179"
},
{
"category": "self",
"summary": "SUSE Bug 1225365",
"url": "https://bugzilla.suse.com/1225365"
},
{
"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": "2024-06-12T05:30:57Z",
"generator": {
"date": "2024-06-12T05:30:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2003-2",
"initial_release_date": "2024-06-12T05:30:57Z",
"revision_history": [
{
"date": "2024-06-12T05:30:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-client-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-config-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.aarch64",
"product_id": "cups-devel-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcups2-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "cups-devel-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcups2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupscgi1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsimage2-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsmime1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product": {
"name": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32",
"product_id": "libcupsppdc1-64bit-2.2.7-150000.3.59.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-2.2.7-150000.3.59.1.i586",
"product_id": "cups-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.i586",
"product_id": "cups-client-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.i586",
"product_id": "cups-config-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.i586",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.i586",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.i586",
"product_id": "cups-devel-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.i586",
"product_id": "libcups2-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.i586",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.i586",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-client-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-config-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.ppc64le",
"product_id": "cups-devel-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcups2-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-client-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-config-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.s390x",
"product_id": "cups-devel-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x",
"product_id": "libcups2-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.s390x",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cups-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-client-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-client-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-client-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-config-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-config-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-ddk-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-ddk-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-devel-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-devel-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "cups-devel-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcups2-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcups2-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcups2-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupscgi1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupscgi1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsimage2-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsimage2-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsmime1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsmime1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsppdc1-2.2.7-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"product": {
"name": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64",
"product_id": "libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.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.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cups-config-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "cups-config-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcups2-2.2.7-150000.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64"
},
"product_reference": "libcups2-2.2.7-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.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 Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.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 Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:cups-config-2.2.7-150000.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcups2-2.2.7-150000.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-12T05:30:57Z",
"details": "important"
}
],
"title": "CVE-2024-35235"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.