Action not permitted
Modal body text goes here.
CVE-2023-24805
Vulnerability from cvelistv5
Published
2023-05-17 17:33
Modified
2024-08-02 11:03
Severity ?
EPSS score ?
Summary
Command injection in cups-filters
References
Impacted products
▼ | Vendor | Product |
---|---|---|
OpenPrinting | cups-filters |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T11:03:19.260Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" }, { "name": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.debian.org/security/2023/dsa-5407" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/" }, { "tags": [ "x_transferred" ], "url": "https://security.gentoo.org/glsa/202401-06" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "cups-filters", "vendor": "OpenPrinting", "versions": [ { "status": "affected", "version": "\u003c= 2.0rc1 " } ] } ], "descriptions": [ { "lang": "en", "value": "cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) \u003e\u003e 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-78", "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-05-17T17:33:41.714Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" }, { "name": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/" }, { "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html" }, { "url": "https://www.debian.org/security/2023/dsa-5407" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/" }, { "url": "https://security.gentoo.org/glsa/202401-06" } ], "source": { "advisory": "GHSA-gpxc-v2m8-fr3x", "discovery": "UNKNOWN" }, "title": "Command injection in cups-filters" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-24805", "datePublished": "2023-05-17T17:33:41.714Z", "dateReserved": "2023-01-30T14:43:33.703Z", "dateUpdated": "2024-08-02T11:03:19.260Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-24805\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-05-17T18:15:09.177\",\"lastModified\":\"2024-01-05T16:15:44.550\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) \u003e\u003e 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:cups-filters:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.0\",\"matchCriteriaId\":\"4B3F579A-B8F0-4F15-A8DA-7D58BF94740A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"216CAAD0-DBE1-4732-9E7D-1E2F681DC3F5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"528C776A-D684-4A2B-BD40-4798321169E4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"04694E1A-63CE-41E8-A8CA-31368D058EDB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:cups-filters:2.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"DADB252D-65B1-4591-B3F3-DBCEFD49CC52\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://security.gentoo.org/glsa/202401-06\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5407\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2023_3425
Vulnerability from csaf_redhat
Published
2023-06-05 18:52
Modified
2024-11-22 23:16
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3425", "url": "https://access.redhat.com/errata/RHSA-2023:3425" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3425.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:16:24+00:00", "generator": { "date": "2024-11-22T23:16:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3425", "initial_release_date": "2023-06-05T18:52:50+00:00", "revision_history": [ { "date": "2023-06-05T18:52:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:52:50+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:16:24+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.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-29.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-29.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-29.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-29.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-29.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "product": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "product_id": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-29.el8_8.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-29.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-29.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-29.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-29.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-29.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "product": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "product_id": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-29.el8_8.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "product": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "product_id": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-29.el8_8.2?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "product": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "product_id": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-29.el8_8.2?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "product": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "product_id": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-29.el8_8.2?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-29.el8_8.2?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "product": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "product_id": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-29.el8_8.2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-29.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-29.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-29.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-29.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-29.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "product": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "product_id": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-29.el8_8.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-29.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-29.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-29.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-29.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-29.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "product": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "product_id": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-29.el8_8.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-29.el8_8.2.src", "product": { "name": "cups-filters-0:1.20.0-29.el8_8.2.src", "product_id": "cups-filters-0:1.20.0-29.el8_8.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-29.el8_8.2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.src", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:52:50+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.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3425" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-devel-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-0:1.20.0-29.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.20.0-29.el8_8.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3429
Vulnerability from csaf_redhat
Published
2023-06-05 18:53
Modified
2024-11-22 23:16
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3429", "url": "https://access.redhat.com/errata/RHSA-2023:3429" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3429.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:16:14+00:00", "generator": { "date": "2024-11-22T23:16:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3429", "initial_release_date": "2023-06-05T18:53:07+00:00", "revision_history": [ { "date": "2023-06-05T18:53:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:53:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:16:14+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 E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-18.el8_1.1.src", "product": { "name": "cups-filters-0:1.20.0-18.el8_1.1.src", "product_id": "cups-filters-0:1.20.0-18.el8_1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-18.el8_1.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "product": { "name": "cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "product_id": "cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-18.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "product_id": "cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-18.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-18.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-18.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-18.el8_1.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-18.el8_1.1.x86_64", "product": { "name": "cups-filters-0:1.20.0-18.el8_1.1.x86_64", "product_id": "cups-filters-0:1.20.0-18.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-18.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "product": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "product_id": "cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-18.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "product_id": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-18.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-18.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-18.el8_1.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "product": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "product_id": "cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-18.el8_1.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "product": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "product_id": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-18.el8_1.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "product_id": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-18.el8_1.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-18.el8_1.1?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-18.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-18.el8_1.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.src" }, "product_reference": "cups-filters-0:1.20.0-18.el8_1.1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-18.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-18.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.src", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:53:07+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.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.src", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3429" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.src", "AppStream-8.1.0.Z.E4S:cups-filters-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-debugsource-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-0:1.20.0-18.el8_1.1.x86_64", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.i686", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.ppc64le", "AppStream-8.1.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-18.el8_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3423
Vulnerability from csaf_redhat
Published
2023-06-05 18:53
Modified
2024-11-22 23:15
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3423", "url": "https://access.redhat.com/errata/RHSA-2023:3423" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3423.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:15:53+00:00", "generator": { "date": "2024-11-22T23:15:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3423", "initial_release_date": "2023-06-05T18:53:06+00:00", "revision_history": [ { "date": "2023-06-05T18:53:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:53:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:15:53+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.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-11.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-11.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-11.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-11.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-11.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "product": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "product_id": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-11.el9_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-11.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-11.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-11.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-11.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-11.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "product_id": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-11.el9_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "product": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "product_id": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-11.el9_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "product": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "product_id": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-11.el9_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "product_id": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-11.el9_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-11.el9_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "product": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "product_id": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-11.el9_2.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-11.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-11.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-11.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-11.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-11.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "product": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "product_id": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-11.el9_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-11.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-11.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-11.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-11.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-11.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "product": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "product_id": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-11.el9_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-11.el9_2.1.src", "product": { "name": "cups-filters-0:1.28.7-11.el9_2.1.src", "product_id": "cups-filters-0:1.28.7-11.el9_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-11.el9_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.src", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:53:06+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.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3423" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.src", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debuginfo-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-debugsource-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-devel-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-0:1.28.7-11.el9_2.1.x86_64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.aarch64", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.i686", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.s390x", "CRB-9.2.0.Z.MAIN.EUS:cups-filters-libs-debuginfo-0:1.28.7-11.el9_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3424
Vulnerability from csaf_redhat
Published
2023-06-04 11:06
Modified
2024-11-22 23:15
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3424", "url": "https://access.redhat.com/errata/RHSA-2023:3424" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3424.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:15:33+00:00", "generator": { "date": "2024-11-22T23:15:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3424", "initial_release_date": "2023-06-04T11:06:20+00:00", "revision_history": [ { "date": "2023-06-04T11:06:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-04T11:06:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:15: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 EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.0)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-10.el9_0.1.src", "product": { "name": "cups-filters-0:1.28.7-10.el9_0.1.src", "product_id": "cups-filters-0:1.28.7-10.el9_0.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-10.el9_0.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-10.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-10.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-10.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-10.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-10.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "product": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "product_id": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-10.el9_0.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-10.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-10.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-10.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-10.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-10.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "product": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "product_id": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-10.el9_0.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-10.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-10.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-10.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-10.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-10.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "product": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "product_id": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-10.el9_0.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "product": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "product_id": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-10.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "product": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "product_id": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-10.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "product_id": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-10.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-10.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "product": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "product_id": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-10.el9_0.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.28.7-10.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.28.7-10.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.28.7-10.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.28.7-10.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.28.7-10.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "product": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "product_id": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.28.7-10.el9_0.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.src", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.src", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-04T11:06:20+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.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3424" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "AppStream-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.src", "CRB-9.0.0.Z.EUS:cups-filters-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debuginfo-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-debugsource-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-devel-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-0:1.28.7-10.el9_0.1.x86_64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.aarch64", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.i686", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.ppc64le", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.s390x", "CRB-9.0.0.Z.EUS:cups-filters-libs-debuginfo-0:1.28.7-10.el9_0.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3426
Vulnerability from csaf_redhat
Published
2023-06-05 18:53
Modified
2024-11-22 23:16
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3426", "url": "https://access.redhat.com/errata/RHSA-2023:3426" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3426.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:16:02+00:00", "generator": { "date": "2024-11-22T23:16:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3426", "initial_release_date": "2023-06-05T18:53:30+00:00", "revision_history": [ { "date": "2023-06-05T18:53:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:53:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:16:02+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-27.el8_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-27.el8_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-27.el8_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-27.el8_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-27.el8_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "product": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "product_id": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-27.el8_6.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-27.el8_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-27.el8_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-27.el8_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-27.el8_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-27.el8_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "product_id": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-27.el8_6.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "product": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "product_id": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-27.el8_6.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "product": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "product_id": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-27.el8_6.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "product_id": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-27.el8_6.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-27.el8_6.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "product": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "product_id": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-27.el8_6.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-27.el8_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-27.el8_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-27.el8_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-27.el8_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-27.el8_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "product": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "product_id": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-27.el8_6.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-27.el8_6.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-27.el8_6.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-27.el8_6.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-27.el8_6.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-27.el8_6.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "product": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "product_id": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-27.el8_6.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-27.el8_6.1.src", "product": { "name": "cups-filters-0:1.20.0-27.el8_6.1.src", "product_id": "cups-filters-0:1.20.0-27.el8_6.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-27.el8_6.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.src", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:53:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3426" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "AppStream-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "AppStream-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.src", "CRB-8.6.0.Z.EUS:cups-filters-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-debugsource-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-devel-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-0:1.20.0-27.el8_6.1.x86_64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.aarch64", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.i686", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.ppc64le", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.s390x", "CRB-8.6.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-27.el8_6.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3427
Vulnerability from csaf_redhat
Published
2023-06-05 12:52
Modified
2024-11-22 23:15
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3427", "url": "https://access.redhat.com/errata/RHSA-2023:3427" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3427.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:15:43+00:00", "generator": { "date": "2024-11-22T23:15:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3427", "initial_release_date": "2023-06-05T12:52:26+00:00", "revision_history": [ { "date": "2023-06-05T12:52:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T12:52:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:15:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-24.el8_4.1.src", "product": { "name": "cups-filters-0:1.20.0-24.el8_4.1.src", "product_id": "cups-filters-0:1.20.0-24.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-24.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-24.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-24.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-24.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-24.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-24.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "product": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "product_id": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-24.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-24.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-24.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-24.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-24.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-24.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "product": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "product_id": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-24.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-24.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-24.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-24.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-24.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-24.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "product": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "product_id": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-24.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "product": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "product_id": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-24.el8_4.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "product": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "product_id": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-24.el8_4.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "product_id": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-24.el8_4.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-24.el8_4.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "product": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "product_id": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-24.el8_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-24.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-24.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-24.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-24.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-24.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "product": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "product_id": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-devel@1.20.0-24.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.src as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.src", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)", "product_id": "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "relates_to_product_reference": "CRB-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T12:52:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3427" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "AppStream-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.src", "CRB-8.4.0.Z.EUS:cups-filters-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debuginfo-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-debugsource-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-devel-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-0:1.20.0-24.el8_4.1.x86_64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.aarch64", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.i686", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.ppc64le", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.s390x", "CRB-8.4.0.Z.EUS:cups-filters-libs-debuginfo-0:1.20.0-24.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
rhsa-2023_3428
Vulnerability from csaf_redhat
Published
2023-06-05 18:52
Modified
2024-11-22 23:16
Summary
Red Hat Security Advisory: cups-filters security update
Notes
Topic
An update for cups-filters is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently.
Security Fix(es):
* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cups-filters is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cups-filters package contains back ends, filters, and other software that was once part of the core Common UNIX Printing System (CUPS) distribution but is now maintained independently. \n\nSecurity Fix(es):\n\n* cups-filters: remote code execution in cups-filters, beh CUPS backend (CVE-2023-24805)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3428", "url": "https://access.redhat.com/errata/RHSA-2023:3428" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3428.json" } ], "title": "Red Hat Security Advisory: cups-filters security update", "tracking": { "current_release_date": "2024-11-22T23:16:35+00:00", "generator": { "date": "2024-11-22T23:16:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:3428", "initial_release_date": "2023-06-05T18:52:57+00:00", "revision_history": [ { "date": "2023-06-05T18:52:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:52:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T23:16:35+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.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-19.el8_2.1.src", "product": { "name": "cups-filters-0:1.20.0-19.el8_2.1.src", "product_id": "cups-filters-0:1.20.0-19.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-19.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "product": { "name": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "product_id": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-19.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "product": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "product_id": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-19.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "product": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "product_id": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-19.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product_id": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-19.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-19.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "product": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "product_id": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-19.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "product": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "product_id": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-19.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "product": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "product_id": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-19.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-19.el8_2.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "product": { "name": "cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "product_id": "cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters@1.20.0-19.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "product": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "product_id": "cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs@1.20.0-19.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "product": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "product_id": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debugsource@1.20.0-19.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product_id": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-debuginfo@1.20.0-19.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product_id": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cups-filters-libs-debuginfo@1.20.0-19.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.src" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.ppc64le" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.src" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.src" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" }, "product_reference": "cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203051" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in cups-filters. This security flaw occurs if you use beh to create an accessible network printer, possibly resulting in remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "cups-filters: remote code execution in cups-filters, beh CUPS backend", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24805" }, { "category": "external", "summary": "RHBZ#2203051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24805", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24805" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24805" }, { "category": "external", "summary": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" } ], "release_date": "2023-05-17T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:52:57+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.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3428" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.AUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.AUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.E4S:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.ppc64le", "AppStream-8.2.0.Z.E4S:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.src", "AppStream-8.2.0.Z.TUS:cups-filters-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debuginfo-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-debugsource-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-0:1.20.0-19.el8_2.1.x86_64", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.i686", "AppStream-8.2.0.Z.TUS:cups-filters-libs-debuginfo-0:1.20.0-19.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cups-filters: remote code execution in cups-filters, beh CUPS backend" } ] }
wid-sec-w-2023-2917
Vulnerability from csaf_certbund
Published
2023-11-14 23:00
Modified
2024-03-11 23:00
Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2917 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json" }, { "category": "self", "summary": "WID-SEC-2023-2917 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-021", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-03-11T23:00:00.000+00:00", "generator": { "date": "2024-03-12T09:06:44.710+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2917", "initial_release_date": "2023-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-11-16T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-11T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T015631", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } }, { "category": "product_version", "name": "v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } }, { "category": "product_version", "name": "v2 / Windows 10", "product": { "name": "Xerox FreeFlow Print Server v2 / Windows 10", "product_id": "T031383", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4584" }, { "cve": "CVE-2023-4581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4581" }, { "cve": "CVE-2023-45802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-45802" }, { "cve": "CVE-2023-4576", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4576" }, { "cve": "CVE-2023-4575", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4575" }, { "cve": "CVE-2023-4574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4574" }, { "cve": "CVE-2023-4573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4573" }, { "cve": "CVE-2023-4504", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4504" }, { "cve": "CVE-2023-43622", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-43622" }, { "cve": "CVE-2023-41081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-41081" }, { "cve": "CVE-2023-41080", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-41080" }, { "cve": "CVE-2023-4056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4056" }, { "cve": "CVE-2023-4055", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4055" }, { "cve": "CVE-2023-4054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4054" }, { "cve": "CVE-2023-4050", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4050" }, { "cve": "CVE-2023-4049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4049" }, { "cve": "CVE-2023-4048", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4048" }, { "cve": "CVE-2023-40477", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-40477" }, { "cve": "CVE-2023-4047", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4047" }, { "cve": "CVE-2023-4046", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4046" }, { "cve": "CVE-2023-4045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4045" }, { "cve": "CVE-2023-38403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-38403" }, { "cve": "CVE-2023-3824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3824" }, { "cve": "CVE-2023-3823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3823" }, { "cve": "CVE-2023-37211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37211" }, { "cve": "CVE-2023-37208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37208" }, { "cve": "CVE-2023-37207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37207" }, { "cve": "CVE-2023-37202", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37202" }, { "cve": "CVE-2023-37201", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37201" }, { "cve": "CVE-2023-36664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36664" }, { "cve": "CVE-2023-3666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3666" }, { "cve": "CVE-2023-36191", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36191" }, { "cve": "CVE-2023-36053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36053" }, { "cve": "CVE-2023-34969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-34969" }, { "cve": "CVE-2023-34241", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-34241" }, { "cve": "CVE-2023-32763", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32763" }, { "cve": "CVE-2023-32762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32762" }, { "cve": "CVE-2023-32681", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32681" }, { "cve": "CVE-2023-32665", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32665" }, { "cve": "CVE-2023-32643", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32643" }, { "cve": "CVE-2023-32636", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32636" }, { "cve": "CVE-2023-32611", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32611" }, { "cve": "CVE-2023-32573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32573" }, { "cve": "CVE-2023-32559", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32559" }, { "cve": "CVE-2023-32558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32558" }, { "cve": "CVE-2023-3247", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3247" }, { "cve": "CVE-2023-32067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32006", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32006" }, { "cve": "CVE-2023-32005", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32005" }, { "cve": "CVE-2023-32004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32004" }, { "cve": "CVE-2023-32003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32003" }, { "cve": "CVE-2023-32002", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32002" }, { "cve": "CVE-2023-3195", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3195" }, { "cve": "CVE-2023-31486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31486" }, { "cve": "CVE-2023-31484", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31484" }, { "cve": "CVE-2023-3138", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3138" }, { "cve": "CVE-2023-31147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31124", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-30590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30590" }, { "cve": "CVE-2023-30589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30589" }, { "cve": "CVE-2023-30588", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30588" }, { "cve": "CVE-2023-30587", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30587" }, { "cve": "CVE-2023-30586", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30586" }, { "cve": "CVE-2023-30585", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30585" }, { "cve": "CVE-2023-30584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30584" }, { "cve": "CVE-2023-30583", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30583" }, { "cve": "CVE-2023-30582", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30582" }, { "cve": "CVE-2023-30581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30581" }, { "cve": "CVE-2023-29499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29499" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-29409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29409" }, { "cve": "CVE-2023-29406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29403" }, { "cve": "CVE-2023-29402", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29402" }, { "cve": "CVE-2023-2911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2911" }, { "cve": "CVE-2023-28879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28879" }, { "cve": "CVE-2023-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2879" }, { "cve": "CVE-2023-2858", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2858" }, { "cve": "CVE-2023-2857", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2857" }, { "cve": "CVE-2023-2855", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2855" }, { "cve": "CVE-2023-2854", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2854" }, { "cve": "CVE-2023-28450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28322", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28321", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28319" }, { "cve": "CVE-2023-2828", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2828" }, { "cve": "CVE-2023-27986", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-27986" }, { "cve": "CVE-2023-27985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-27985" }, { "cve": "CVE-2023-2650", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2650" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-24805", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-24805" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-22129", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22129" }, { "cve": "CVE-2023-22128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22128" }, { "cve": "CVE-2023-22081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22081" }, { "cve": "CVE-2023-22067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22067" }, { "cve": "CVE-2023-22043", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22043" }, { "cve": "CVE-2023-22025", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22025" }, { "cve": "CVE-2023-2004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2004" }, { "cve": "CVE-2023-1981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1981" }, { "cve": "CVE-2023-1906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1906" }, { "cve": "CVE-2023-1393", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1175" }, { "cve": "CVE-2023-1170", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1170" }, { "cve": "CVE-2023-1127", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1127" }, { "cve": "CVE-2023-0668", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0668" }, { "cve": "CVE-2023-0666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0666" }, { "cve": "CVE-2023-0512", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0512" }, { "cve": "CVE-2023-0466", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0466" }, { "cve": "CVE-2023-0465", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0465" }, { "cve": "CVE-2023-0288", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0288" }, { "cve": "CVE-2023-0054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0054" }, { "cve": "CVE-2023-0051", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0051" }, { "cve": "CVE-2023-0049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0049" }, { "cve": "CVE-2022-4899", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-4899" }, { "cve": "CVE-2022-48339", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48339" }, { "cve": "CVE-2022-48338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48338" }, { "cve": "CVE-2022-48337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48337" }, { "cve": "CVE-2022-41409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-41409" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-31008", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-31008" }, { "cve": "CVE-2021-46784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2021-46784" }, { "cve": "CVE-2021-44917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2021-44917" }, { "cve": "CVE-2018-3639", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2018-3639" }, { "cve": "CVE-2017-5715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2017-5715" } ] }
wid-sec-w-2023-1245
Vulnerability from csaf_certbund
Published
2023-05-18 22:00
Modified
2024-01-07 23:00
Summary
CUPS: Schwachstelle ermöglicht Codeausführung
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
CUPS (Common Unix Printing System) ist ein Printspooler, der es lokalen und entfernten Benutzern ermöglicht, Druckfunktionen über das Internet Printing Protocol (IPP) zu nutzen.
Angriff
Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in CUPS um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "CUPS (Common Unix Printing System) ist ein Printspooler, der es lokalen und entfernten Benutzern erm\u00f6glicht, Druckfunktionen \u00fcber das Internet Printing Protocol (IPP) zu nutzen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in CUPS um beliebigen Programmcode auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1245 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1245.json" }, { "category": "self", "summary": "WID-SEC-2023-1245 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1245" }, { "category": "external", "summary": "Github Security Advisory GHSA-GPXC-V2M8-FR3X vom 2023-05-18", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" }, { "category": "external", "summary": "Ubuntu Security Notice: USN-6083-1 vom 2023-05-18", "url": "https://ubuntu.com/security/notices/USN-6083-1" }, { "category": "external", "summary": "SUSE Securoty Update SUSE-SU-2023:2233-1 vom 2023-05-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014921.html" }, { "category": "external", "summary": "FEDORA-2023-31cf6a7a1e", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-31cf6a7a1e" }, { "category": "external", "summary": "FEDORA-2023-6CA587AC4C", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-6ca587ac4c" }, { "category": "external", "summary": "Debian Security Advisory DLA-3430 vom 2023-05-22", "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5407 vom 2023-05-21", "url": "https://lists.debian.org/debian-security-announce/2023/msg00098.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:2287-1 vom 2023-05-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014961.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3425 vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3425" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3424 vom 2023-06-05", "url": "https://access.redhat.com/errata/RHSA-2023:3424" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3429 vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3429" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3423 vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3423" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3428 vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3428" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3427 vom 2023-06-05", "url": "https://access.redhat.com/errata/RHSA-2023:3427" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3426 vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3426" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-3423 vom 2023-06-06", "url": "http://linux.oracle.com/errata/ELSA-2023-3423.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-3425 vom 2023-06-06", "url": "http://linux.oracle.com/errata/ELSA-2023-3425.html" }, { "category": "external", "summary": "IGEL Security Notice ISN-2023-09 vom 2023-06-07", "url": "https://kb.igel.com/securitysafety/en/isn-2023-09-rce-in-cups-printing-system-90212312.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6083-2 vom 2023-06-19", "url": "https://ubuntu.com/security/notices/USN-6083-2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:2233-2 vom 2023-07-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015529.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202401-06 vom 2024-01-05", "url": "https://security.gentoo.org/glsa/202401-06" } ], "source_lang": "en-US", "title": "CUPS: Schwachstelle erm\u00f6glicht Codeausf\u00fchrung", "tracking": { "current_release_date": "2024-01-07T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:28:09.908+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1245", "initial_release_date": "2023-05-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-05-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-05-21T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-05-24T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-06-05T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-06T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-06-19T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-07-19T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-01-07T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Gentoo aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "IGEL OS \u003c 11.08.330", "product": { "name": "IGEL OS \u003c 11.08.330", "product_id": "T027840", "product_identification_helper": { "cpe": "cpe:/o:igel:os:11.08.330" } } }, { "category": "product_name", "name": "IGEL OS \u003c 12.01.120", "product": { "name": "IGEL OS \u003c 12.01.120", "product_id": "T027998", "product_identification_helper": { "cpe": "cpe:/o:igel:os:12.01.120" } } } ], "category": "product_name", "name": "OS" } ], "category": "vendor", "name": "IGEL" }, { "branches": [ { "category": "product_name", "name": "Open Source CUPS", "product": { "name": "Open Source CUPS", "product_id": "T002728", "product_identification_helper": { "cpe": "cpe:/a:cups:cups:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } }, { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T016400", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "product_name", "name": "Linux" } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24805", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in CUPS. Diese erm\u00f6glicht eine Remote-Code-Execution wenn ein Netzwerkdrucker unter Verwendung von \"beh\" angelegt wird. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T027998", "T012167", "T004914", "T016400", "T027840", "74185", "T002728" ] }, "release_date": "2023-05-18T22:00:00Z", "title": "CVE-2023-24805" } ] }
gsd-2023-24805
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) >> 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-24805", "id": "GSD-2023-24805" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-24805" ], "details": "cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) \u003e\u003e 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime.", "id": "GSD-2023-24805", "modified": "2023-12-13T01:20:58.388068Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-24805", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cups-filters", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c= 2.0rc1 " } ] } } ] }, "vendor_name": "OpenPrinting" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) \u003e\u003e 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-78", "lang": "eng", "value": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x", "refsource": "MISC", "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" }, { "name": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65", "refsource": "MISC", "url": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html" }, { "name": "https://www.debian.org/security/2023/dsa-5407", "refsource": "MISC", "url": "https://www.debian.org/security/2023/dsa-5407" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/" }, { "name": "https://security.gentoo.org/glsa/202401-06", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202401-06" } ] }, "source": { "advisory": "GHSA-gpxc-v2m8-fr3x", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:linuxfoundation:cups-filters:*:*:*:*:*:*:*:*", "matchCriteriaId": "4B3F579A-B8F0-4F15-A8DA-7D58BF94740A", "versionEndExcluding": "2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta1:*:*:*:*:*:*", "matchCriteriaId": "216CAAD0-DBE1-4732-9E7D-1E2F681DC3F5", "vulnerable": true }, { "criteria": "cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta2:*:*:*:*:*:*", "matchCriteriaId": "528C776A-D684-4A2B-BD40-4798321169E4", "vulnerable": true }, { "criteria": "cpe:2.3:a:linuxfoundation:cups-filters:2.0:beta3:*:*:*:*:*:*", "matchCriteriaId": "04694E1A-63CE-41E8-A8CA-31368D058EDB", "vulnerable": true }, { "criteria": "cpe:2.3:a:linuxfoundation:cups-filters:2.0:rc1:*:*:*:*:*:*", "matchCriteriaId": "DADB252D-65B1-4591-B3F3-DBCEFD49CC52", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*", "matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "cups-filters contains backends, filters, and other software required to get the cups printing service working on operating systems other than macos. If you use the Backend Error Handler (beh) to create an accessible network printer, this security vulnerability can cause remote code execution. `beh.c` contains the line `retval = system(cmdline) \u003e\u003e 8;` which calls the `system` command with the operand `cmdline`. `cmdline` contains multiple user controlled, unsanitized values. As a result an attacker with network access to the hosted print server can exploit this vulnerability to inject system commands which are executed in the context of the running server. This issue has been addressed in commit `8f2740357` and is expected to be bundled in the next release. Users are advised to upgrade when possible and to restrict access to network printers in the meantime." } ], "id": "CVE-2023-24805", "lastModified": "2024-01-05T16:15:44.550", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2023-05-17T18:15:09.177", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb654e9d4c4447287d65" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00021.html" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Release Notes" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KL2SJMZQ5T5JIH3PMQ2CGCY5TUUE255Y/" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Release Notes" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNCGL2ZTAS2GFF23QFT55UFWIDMI4ZJK/" }, { "source": "security-advisories@github.com", "url": "https://security.gentoo.org/glsa/202401-06" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2023/dsa-5407" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-78" } ], "source": "nvd@nist.gov", "type": "Primary" }, { "description": [ { "lang": "en", "value": "CWE-78" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.